Gets alert categories in Backup Exec.
Gets alert categories in Backup Exec.
Without parameters, Get-BEAlertCategory gets all of the Backup Exec
alert categories. You can also specify an alert category by alert
category name or alert category ID (Guid) or pass a Backup Exec
alert category object through the pipeline to
Get-BEAlertCategory.
Specifies one or more alert categories by alert category name (wildcards accepted). To specify multiple names, use commas to separate the names.
Required | false |
Position | 0 |
Accepts pipeline input | false |
Accepts wildcard characters | true |
Specifies one or more alert categories by alert category ID (Guid). To specify multiple IDs, use commas to separate the IDs.
Required | true |
Position | 0 |
Accepts pipeline input | true (ByValue) |
Accepts wildcard characters | false |
Specifies one or more alert category 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 |
For more information about common parameters, type "Get-Help about_commonparameters".
You can pipe a System.Guid that contains the ID of a Backup Exec alert category object to Get-BEAlertCategory.
You can pipe a Backup Exec alert category object to Get-BEAlertCategory.
Get-BEAlertCategory returns objects that represent Backup Exec alert categories.
This command gets all of the alert categories.
This command gets the alert category named "Job Completed with Exceptions".
This command gets all of the alert categories that match the wildcard "Job*".
These commands enabled the alert category named "Job Start".