Get-VBRJobScheduleOptions
Short Description
Returns job scheduling settings.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Detailed Description
This cmdlet returns job scheduling options for a selected job.
Parameters
Parameter | Description | Required | Position | Accept | Accept |
---|---|---|---|---|---|
Job | Specifies the array of jobs. The cmdlet will return scheduling options of these jobs. | True | 1 | True (ByValue, | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Example 1
This command looks for the list of scheduling options of the job named ActiveDirectory Copy Job. 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 $activedirectory_copy_job variable. The job is obtained with Get-VBRJobObject and assigned to the variable beforehand.
Related Commands