Enable-VSBJob (obsolete)

Short Description

Enables a disabled SureBackup job.

Note

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

Applies to

Platform: VMware, Hyper-V

Product Edition: Enterprise, Enterprise Plus, Veeam Universal License

Syntax

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

Detailed Description

This cmdlet enables a disabled SureBackup job. When you disable a job, you put it on hold until you enable it with this cmdlet. You can disable a job by running the Disable-VSBJob cmdlet.

Run the Start-VSBJob cmdlet to run a disabled job once.

Parameters

Parameter

Description

Type

Required

Position

Accept
Pipeline
Input

Job

Specifies the array of SureBackup jobs. The cmdlet will enable these jobs.

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