Get-VBRUnstructuredBackupTaskSession
Short Description
Returns tasks for file share and object storage backup sessions.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
NameGet-VBRUnstructuredBackupTaskSession -Name <String[]> [<CommonParameters>]
-
IdGet-VBRUnstructuredBackupTaskSession -Id <Guid[]> [<CommonParameters>]
-
SessionGet-VBRUnstructuredBackupTaskSession -Session <VBRUnstructuredBackupSession> [<CommonParameters>]
Detailed Description
This cmdlet returns tasks for file share and object storage backup sessions. Veeam Backup & Replication creates a separate task for each file share within a backup session.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies an array of IDs for file share and object storage backup session tasks. The cmdlet will return tasks with these IDs. |
|
True |
Named |
False |
|
Name |
Specifies an array of file share and object storage names. The cmdlet will return tasks with these names. |
|
True |
Named |
False |
|
Session |
Specifies the file share and object storage backup session. The cmdlet will return tasks that run within this session.
Accepts the |
True |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
VBRUnstructuredBackupTaskSession
Examples
Example 1. Getting Backup Session Tasks for File Share by Its Name
|
This command returns all tasks run for the
|
Example 2. Getting Backup Session Tasks by Task IDs
|
This command returns the
|
Example 3. Getting Backup Session Tasks for Backup Session
|
This command returns tasks that run within the
Perform the following steps:
|
Related Commands
Get-VBRUnstructuredBackupSessionReturns backup sessions for file backup jobs and object storage backup jobs.