Disable-VSBJobSchedule (obsolete)
Short Description
Disables a selected SureBackup job schedule.
Note |
This cmdlet is obsolete. The cmdlet will still work but may not be supported in further versions. |
Applies to
Platform: VMware, Hyper-V
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Disable-VSBJobSchedule -Job <CSbJob[]> [<CommonParameters>] |
Detailed Description
This cmdlet disables a selected SureBackup job schedule. The schedule settings are not deleted. When you disable a job schedule, you can launch the job manually by running the Start-VSBJob cmdlet.
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
Job | Specifies the array of SureBackup jobs. The cmdlet will disable schedule of these jobs. | Accepts the CSbJob[] object. To get this object, run the Get-VSBJob cmdlet. | True | Named | True (ByValue, |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Related Commands