Gets active job details in Backup Exec.
Gets active job details in Backup Exec.
Without parameters, Get-BEActiveJobDetail gets all of the Backup
Exec active job details. You can also specify an active job detail
by active job detail name or active job detail ID (Guid) or pass a
Backup Exec active job status object through the pipeline to
Get-BEActiveJobDetail.
Specifies one or more job objects to filter the active job
details. Enter a variable that contains the objects, or type a
command or expression that gets the objects. See
Required | true |
Position | Named |
Accepts pipeline input | true (ByValue) |
Accepts wildcard characters | false |
Specifies one or more active job details by active job detail 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 active job details by active job detail 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 active job detail 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 Backup Exec job object to filter active job details returned by Get-BEActiveJobDetail.
You can pipe a System.Guid that contains the ID of a Backup Exec active job detail object to Get-BEActiveJobDetail.
You can pipe a Backup Exec active job detail object to Get-BEActiveJobDetail.
Get-BEActiveJobDetail returns objects that represent Backup Exec active job details.
This command gets all of the Backup Exec active job detail objects.
These commands get the active job detail for a job named "Backup Job 0001".