Disable-VSBJob (obsolete)

Short Description

Puts a selected SureBackup job on hold.

Note

This cmdlet is obsolete. Run the Disable-VBRSureBackupJob cmdlet instead.

Applies to

Platform: VMware, Hyper-V

Product Edition: Enterprise, Enterprise Plus, Veeam Universal License

Syntax

Disable-VSBJob -Job <CSbJob[]>  [<CommonParameters>]

Detailed Description

This cmdlet puts a selected SureBackup job on hold. The job and its settings are not deleted from Veeam Backup & Replication. You can enable the job at any time by running the Enable-VSBJob cmdlet.

Run the Stop-VSBJob cmdlet to stop the job once without disabling it.

Parameters

Parameter

Description

Type

Required

Position

Accept
Pipeline
Input

Job

Specifies the SureBackup job you want to disable.

Accepts the CSbJob[] object. To get this object, run the Get-VSBJob cmdlet.

True

Named

True (ByValue,
ByProperty
Name)

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Related Commands

Get-VSBJob