Backup Exec Management Command Line Interface Help
Clear-BEAlert Cmdlet
Synopsis

Clears active Backup Exec alerts.

Syntax
Clear-BEAlert -InputObject [<BEAlert[]>] [-Response] {None | Ok | Cancel | Abort | Retry | Ignore | Yes | No | Try | Continue} [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]
Description

Clears active Backup Exec alerts.

Use Get-BEAlert to get the active Backup Exec alerts.

Parameters

-Response

Specifies your response to the alert.

The valid values are:
None
Ok
Cancel
Abort
Retry
Ignore
Yes
No
Try
Continue


Required true
Position 1
Accepts pipeline input false
Accepts wildcard characters false


-InputObject <BEAlert[]>

Specifies one or more alert objects. Enter a variable that contains the objects, or type a command or expression that gets the objects.


Required true
Position Named
Accepts pipeline input true (ByValue)
Accepts wildcard characters false


-WhatIf <SwitchParameter>

Describes what happens if you execute the command without actually executing the command.


Required false
Position Named
Accepts pipeline input false
Accepts wildcard characters false


-Confirm <SwitchParameter>

Prompts you for confirmation before executing the command.


Required false
Position Named
Accepts pipeline input false
Accepts wildcard characters false


<CommonParameters>

For more information about common parameters, type "Get-Help about_commonparameters".

Input Type
BackupExec.Management.CLI.BEAlert

You can pipe a Backup Exec alert object to Clear-BEAlert.

Return Value
BackupExec.Management.CLI.BEAlert

Clear-BEAlert returns an object that represents Backup Exec alert you cleared.

Example
C:\PS> Get-BEAlert -Severity Information | Clear-BEAlert -Response Ok

These commands clear all active Backup Exec informational alerts.

Related Link

Get-BEAlert