Get-VBRNASBackupTaskSession (obsolete)
Short Description
Returns tasks for file backup sessions.
Note |
|
This cmdlet is obsolete. Run the |
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
NameGet-VBRNASBackupTaskSession -Name <String[]> [<CommonParameters>]
-
IdGet-VBRNASBackupTaskSession -Id <Guid[]> [<CommonParameters>]
-
SessionGet-VBRNASBackupTaskSession -Session <VBRNASBackupSession> [<CommonParameters>]
Detailed Description
This cmdlet returns tasks for file backup sessions. Veeam Backup & Replication creates a separate task for each file share within the session.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies an array of IDs for file share backup session tasks. The cmdlet will return tasks with these IDs. |
|
True |
Named |
False |
|
Name |
Specifies an array of file share names. The cmdlet will return tasks that run for file shares with these names. |
|
True |
Named |
False |
|
Session |
Specifies the file share backup session. The cmdlet will return tasks that run within the file share backup session with this ID.
Accepts the |
|
True |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
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-VBRNASBackupSessionReturns file backup job sessions. This cmdlet is obsolete. Run the Get-VBRUnstructuredBackupSession cmdlet instead.