--- title: "Get-VBRNASBackupTaskSession (obsolete)" description: "This cmdlet returns tasks for file backup sessions. Veeam Backup & Replication creates a separate task for each file share within the session." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrnasbackuptasksession.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Obsolete Cmdlets > Get-VBRNASBackupTaskSession (obsolete)" dateModified: "2026-08-19" --- # Get-VBRNASBackupTaskSession ## Short Description Returns tasks for file backup sessions. ::: note This cmdlet is obsolete. Run the [`Get-VBRUnstructuredBackupTaskSession`](get-vbrunstructuredbackuptasksession.md) cmdlet instead. ::: **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
Name
Id
Session
|
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 |