Get-VBRTaskSession
Short Description
Returns tasks performed during job sessions.
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Get-VBRTaskSession [-Session] <VBRSession> [-Name <String[]>] [<CommonParameters>] |
Detailed Description
This cmdlet returns tasks performed during the specified session. The tasks are VMs processed during one job session.
Run the Get-VBRSureBackupTaskSessionReturns tasks performed during the specified SureBackup session. cmdlet to get the tasks for SureBackup jobs session.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Name |
Specifies the array of job object names (for example, VMs in job). The cmdlet will return tasks performed for these objects during the selected session. |
|
False |
Named |
False |
|
Session |
Specifies the session tasks which you want to get. Accepts the following objects:
|
True |
0 |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
VBRTaskSession
Examples
Example 1. Getting List of Tasks Performed for VMs [Using Pipeline]
|
This example shows how to get the list of tasks performed for the
Perform the following steps:
|
Example 2. Getting List of Tasks Performed for VMs [Using Variable]
|
This example shows how to get the list of tasks performed for the
Perform the following steps:
|
Related Commands
Get-VBRBackupSessionReturns jobs sessions.