Disable-VBRJobSchedule
Short Description
Disables job schedule.
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Disable-VBRJobSchedule -Job <CBackupJob[]> [<CommonParameters>] |
Detailed Description
This cmdlet disables job schedule. The schedule settings are not deleted. You can run this cmdlet with backup, replication and copy jobs.
Run the Start-VBRJobStarts a backup or replication job. cmdlet to start the job once.
Run the Enable-VBRJobScheduleEnables job schedule. cmdlet to enable job schedule.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Job |
Specifies the array of jobs. The cmdlet will disable schedule in these jobs.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Example 1. Disabling Specific Job [Using Pipeline]
|
This example shows how to disable the
Perform the following steps:
|
Example 2. Disabling Job Represented by Variable
|
This example shows how to disable the job represented by the
Perform the following steps:
|
Related Commands
Get-VBRJobReturns existing jobs.