Get-VSBJob (obsolete)

Short Description

Returns SureBackup jobs.

Note

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

Platform: VMware, Hyper-V

Product Edition: Enterprise, Enterprise Plus, Veeam Universal License

Syntax

Get-VSBJob [-Name <String[]>] [<CommonParameters>]

Detailed Description

This cmdlet returns existing SureBackup jobs.

You can get the list of all SureBackup jobs or look for specific jobs directly by name.

Run the Get-VSBSessionReturns SureBackup sessions that have been run. This cmdlet is obsolete. The cmdlet will still work but may not be supported in further versions. or Get-VSBTaskSessionReturns tasks performed during the specified SureBackup session. This cmdlet is obsolete. The cmdlet will still work but may not be supported in further versions. Use the Get-VBRSureBackupTaskSession cmdlet instead. cmdlet to get the information on SureBackup session or session tasks.

Run the Get-VBRJobReturns existing jobs. cmdlet to look for backup, replication or copy jobs.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Name

Specifies the array of SureBackup job names. The cmdlet will return jobs with these names.

String[]

False

Named

False

<CommonParameters>

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

Examples

Get-VSBJob (obsolete)Example 1. Getting All Created SureBackup Jobs

This command looks for the list of all created SureBackup jobs.

Get-VSBJob

Get-VSBJob (obsolete)Example 2. Getting All Specific SureBackup Jobs by Name

This command looks for the SureJob 01 and SureJob 02 SureBackup jobs.

Get-VSBJob -Name "SureJob 01", "SureJob 02"

Page updated 2026-08-19

Page content applies to build 13.1.1.18