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

Get-VBRSureBackupJob

Short Description

Returns SureBackup jobs.

Applies to

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

This cmdlet provides parameter sets that allow you to:

  • Getting SureBackup jobs by the job name.

Get-VBRSureBackupJob [-Name <string[]>]  [<CommonParameters>]

  • Getting SureBackup jobs by the job ID.

Get-VBRSureBackupJob [-Id <guid[]>]  [<CommonParameters>]

Detailed Description

This cmdlet returns SureBackup jobs.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Name

Specifies an array of names for SureBackup jobs. The cmdlet will return SureBackup jobs with these names.

String[]

True

Named

True (ByValue,
ByProperty
Name)

Id

Specifies an array of IDs for SureBackup jobs. The cmdlet will return SureBackup jobs with these IDs.

Guid[]

True

Named

True (ByValue,
ByProperty
Name)

<CommonParameters>

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

Output Object

The cmdlet returns the VBRSureBackupJob object that contains settings of SureBackup jobs.

Examples

Get-VBRSureBackupJobExample 1. Getting All SureBackup Jobs from Veeam Backup & Replication Infrastructure

Get-VBRSureBackupJobExample 2. Getting SureBackup Job by Name

Get-VBRSureBackupJobExample 3. Getting SureBackup Job by ID