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
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies the array of SureBackup sessions IDs. The cmdlet will return sessions with these IDs. |
|
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. |
|
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
Example 1. Getting List of All SureBackup Sessions
|
This command returns the list of all SureBackup sessions.
|
Example 2. Getting SureBackup Session by Name
|
This command returns the SureBackup sessions named
|