Get-VBRJobScheduleOptions
Short Description
Returns job scheduling settings.
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Get-VBRJobScheduleOptions [-Job] <CBackupJob[]> [<CommonParameters>] |
Detailed Description
This cmdlet returns job scheduling options for a selected job.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Job |
Specifies the array of jobs. The cmdlet will return scheduling options of these jobs.
Accepts the |
|
True |
0 |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Example 1. Looking for List of Scheduling Options of Specific Job [Using Pipeline]
|
This example shows how to look for the list of scheduling options of the
Perform the following steps:
|
Example 2. Looking for List of Options of Job Represented by Variable
|
This example shows how to look for the list of options of the job represented by the
Perform the following steps:
|
Related Commands
Get-VBRJobReturns existing jobs.Get-VBRJobObjectReturns VMs or VM containers of specific jobs.