Get-VBRJobOptions
Short Description
Returns job settings for a selected job.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus
Syntax
Get-VBRJobOptions [-Job] <CBackupJob[]> [-WarningAction <ActionPreference>] [-WarningVariable <String>] [<CommonParameters>] |
Related Commands
Detailed Description
This cmdlet returns job settings for a selected job.
Parameters
Parameter | Description | Required | Position | Accept | Accept |
Job | Specifies the job you want to get the options of. | True | 1 | True (ByValue, | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.
Example 1
This command looks for the list of options of the job named "Fileserver Replica". The job is obtained with Get-VBRJob and piped down.
Example 2
This command looks for the list of options of the job represented by the '$fileserver_replica_job' variable. The job is obtained with Get-VBRJobObject and assigned to the variable beforehand.