Gets job histories in Backup Exec.
Gets job histories in Backup Exec.
Without parameters, Get-BEJobHistory gets all of the Backup Exec
job histories. You can also specify a job history by job history
name or job history ID (Guid) or pass a Backup Exec job history
object through the pipeline to Get-BEJobHistory.
Specifies a DateTime object to filter job histories with a start time that is after the specified DateTime.
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies a DateTime object to filter job histories with a start time that is before the specified DateTime.
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Returns the job histories from the most recent run of a job.
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies one or more job objects to filter the job histories.
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 storage objects to filter the job
histories. 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 agent server objects to filter the job
histories. 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 job histories by job history 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 job status objects to filter the job
histories. Enter a variable that contains the objects, or type a
command or expression that gets the objects. See
Get-BEJobStatus.
The valid values are:
Unknown
Canceled
Completed
SucceededWithExceptions
OnHold
Error
Missed
Recovered
Resumed
Succeeded
ThresholdAbort
Dispatched
DispatchFailed
InvalidSchedule
InvalidTimeWindow
NotInTimeWindow
Queued
Disabled
Active
Ready
Scheduled
Superseded
ToBeScheduled
Linked
RuleBlocked
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies one or more job type objects to filter the job
histories. Enter a variable that contains the objects, or type a
command or expression that gets the objects. See Get-BEJobType.
The valid values are:
Unknown
Backup
Restore
Verify
Catalog
Utility
Report
Duplicate
TestRun
ResourceDiscovery
CopyJob
Archive
RestoreFromArchive
DeleteFromArchive
Install
ConvertToVirtual
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies one or more job histories by job history 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 job history 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 job histories returned by Get-BEJobHistory.
You can pipe a Backup Exec agent server object to filter job histories returned by Get-BEJobHistory.
You can pipe a System.Guid that contains the ID of a Backup Exec job history object to Get-BEJobHistory.
You can pipe a Backup Exec job history object to Get-BEJobHistory.
Get-BEJobHistory returns objects that represent Backup Exec job histories.
This command gets all of the Backup Exec job histories.
These commands get all of the Backup Exec job histories for the Backup Exec job named "Job 01".
These commands get all of the Backup Exec job histories for the local computer.