Enable-VSBJob (obsolete)

Short Description

Enables a disabled SureBackup job.

Note

This cmdlet is obsolete. Run the Enable-VBRSureBackupJobEnables stopped SureBackup jobs. cmdlet instead.

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-VSBJobPuts a selected SureBackup job on hold. This cmdlet is obsolete. Run the Disable-VBRSureBackupJob cmdlet instead. cmdlet.

Run the Start-VSBJobStarts a created SureBackup job. This cmdlet is obsolete. Run the Start-VBRSureBackupJob cmdlet instead. cmdlet to run a disabled job once.

Parameters

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-VSBJobReturns SureBackup jobs. This cmdlet is obsolete. Run the Get-VBRSureBackupJob cmdlet instead. cmdlet.

CSbJob[]

False

Named

True (ByPropertyName, ByValue)

<CommonParameters>

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

Examples

Example 1. Enabling SureBackup Job

This example shows how to enable the disabled Verification Job SureBackup job.

$job = Get-VSBJob -Name "Verification Job"

Enable-VSBJob -Job $job

Perform the following steps:

  1. Run the Get-VSBJobReturns SureBackup jobs. This cmdlet is obsolete. Run the Get-VBRSureBackupJob cmdlet instead. cmdlet. Specify the Name parameter value. Save the result to the $job variable.
  2. Run the Enable-VSBJob cmdlet. Set the $job variable as the Job parameter value.

Get-VSBJobReturns SureBackup jobs. This cmdlet is obsolete. Run the Get-VBRSureBackupJob cmdlet instead.

Page updated 2026-08-19

Page content applies to build 13.1.1.18