Gets Backup Exec reports.
Gets Backup Exec reports.
Without parameters, Get-BEReport gets all of the Backup Exec
reports. You can also specify a particular report by report name or
report ID (Guid) or pass a Backup Exec report object through the
pipeline to Get-BEReport.
Reports are run by passing the results of Get-BEReport to
Specifies one or more category values to filter the reports. To
specify multiple values, use commas to separate the values.
The valid values are:
Alerts
Archive
Configuration
Jobs
Media
Devices
Custom
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies one or more reports by report 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 reports by report 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 report 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 report object to Get-BEReport.
You can pipe a Backup Exec report object to Get-BEReport.
Get-BEReport returns objects that represent Backup Exec reports.
This command gets all of the Backup Exec report objects.
This command gets the Backup Exec report object named "Audit Log".
This command gets all of the Backup Exec report objects that match the wildcard "Media*".
These commands run the report named "Audit Log" and displays the report in the default web browser.