Get-VBRSureBackupSession

Short Description

Returns SureBackup sessions that have been run.

Product Edition: Enterprise, Enterprise Plus, Veeam Universal License

Syntax

Get-VBRSureBackupSession [-Name <String[]>] [-Id <Guid[]>] [<CommonParameters>]

Detailed Description

This cmdlet returns the list of all SureBackup sessions that have been run.

Run the Get-VBRSureBackupTaskSessionReturns tasks performed during the specified SureBackup session. cmdlet to get the list of all tasks performed during the specific SureBackup session.

Run the Get-VBRBackupSessionReturns jobs sessions. cmdlet to get list of backup sessions that have been run.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Id

Specifies the array of SureBackup sessions IDs. The cmdlet will return sessions with these IDs.

Guid[]

False

Named

True (ByPropertyName, ByValue)

Name

Specifies the array of SureBackup session names. The cmdlet will return sessions with these names.

The name of a SureBackup session is the name of the SureBackup job.

String[]

False

Named

True (ByPropertyName, ByValue)

<CommonParameters>

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

Output Object

The cmdlet returns the VBRSureBackupSession object that contains settings of SureBackup sessions.

Examples

Get-VBRSureBackupSessionExample 1. Getting List of All SureBackup Sessions

This command returns the list of all SureBackup sessions.

Get-VBRSureBackupSession

Get-VBRSureBackupSessionExample 2. Getting SureBackup Session by Name

This command returns the SureBackup sessions named Winserver SureBackupJob.

Get-VBRSureBackupSession -Name "Winserver SureBackupJob"

Page updated 2026-08-19

Page content applies to build 13.1.1.18