Get-VSBTaskSession (obsolete)
Short Description
Returns tasks performed during the specified SureBackup session.
|
Note |
|
This cmdlet is obsolete. The cmdlet will still work but may not be supported in further versions. Use the Get-VBRSureBackupTaskSession cmdlet instead. |
Applies to
Platform: VMware, Hyper-V
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Get-VSBTaskSession -Session <CSbSession> [-Name <String[]>] [-WarningAction <ActionPreference>] [-WarningVariable <String>] [<CommonParameters>] |
Detailed Description
This cmdlet returns the list of tasks performed during the specified SureBackup session.
Run the Get-VBRTaskSession cmdlet to get the tasks for backup, replication and backup copy sessions.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept |
|---|---|---|---|---|---|
|
Session |
Specifies the array of SureBackup sessions. The cmdlet will return tasks performed during these sessions. |
Accepts the CSbSession object. To get this object, run the Get-VSBSession cmdlet. |
True |
1 |
True (ByValue, |
|
Name |
Specifies the array of SureBackup job names. The cmdlet will return tasks performed for VMs in these jobs during the selected job session. |
String[] |
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Example 1. Getting List of Tasks for Selected SureBackup Session [Using Pipeline]
|
This example shows how to get the list of tasks performed for the DC and DNS VMs in the Exchange SureJob SureBackup job session.
Perform the following steps:
|
Example 2. Getting List of Tasks for Selected SureBackup Session [Using Variable]
|
This example shows how to get the list of tasks performed for the DC and DNS VMs in the Exchange SureJob SureBackup job session.
Perform the following steps:
|
Related Commands