Disable-VBRJobSchedule
Short Description
Disables job schedule.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus
Syntax
Disable-VBRJobSchedule -Job <CBackupJob[]> [-WarningAction <ActionPreference>] [-WarningVariable <String>][<CommonParameters>] |
Related Commands
Detailed Description
This cmdlet disables job schedule. The schedule settings are not deleted. When you disable a job schedule, you can launch the job manually by running Start-VBRJob.
You can run this cmdlet with backup, replication and copy jobs.
Parameters
Parameter | Description | Required | Position | Accept | Accept |
Job | Specifies the job(s) you want to disable. You can assign multiple backup jobs to this object. | True | Named | 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 disables the job named "Backup Job 01". The job object is obtained with Get-VBRJob and piped down.
Example 2
This command disables the job represented by the $job variable. The job object is obtained with Get-VBRJob and assigned to the variable beforehand.