This is an archive version of the document. To get the most up-to-date information, see the current version.

Disable-VSBJobSchedule

Short Description

Disables a selected SureBackup job schedule.

Applies to

Platform: VMware, Hyper-V

Product Edition: Enterprise, Enterprise Plus

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 Start-VSBJob.

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

Job

Specifies the array of SureBackup jobs. The cmdlet will disable schedule of these jobs.

True

Named

True (ByValue,
ByProperty
Name)

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Related Commands

Get-VSBJob