Get-OBJob
Gets a list of operations from a server as OBJob objects.
Syntax
Default (Default)
Get-OBJob
[[-Previous] <UInt32>]
[[-Status] <CBJobStatusFilter>]
Description
The Get-OBJob cmdlet gets a list of operations from a server as OBJob[] objects.
To use Microsoft Azure Backup cmdlets, the user needs to be an administrator on the protected machine.
Examples
EXAMPLE 1
Get-OBJob -Previous 5 -Status "Successful"
This example returns a list of successful jobs out of the last five jobs performed.
Parameters
-Previous
Specifies a previous number of backup or restore operations to query from the backup events.
Parameter properties
| Type: | UInt32 |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | 2 |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-Status
Filters the jobs based on their status. The following three values are supported - "All", "Successful" and "Failed". If this parameter is not used no filtering is performed. The Previous parameter must be specified to use the Status parameter. The Status parameter is restricted to three string inputs.
Parameter properties
| Type: | CBJobStatusFilter |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | 3 |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |