--- title: "Get-VBRUnstructuredBackupTaskSession" 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." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrunstructuredbackuptasksession.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Unstructured Data Backup > Working with Unstructured Data Source Jobs > Managing Backup Jobs for Protecting Unstructured Data > Get-VBRUnstructuredBackupTaskSession" dateModified: "2026-08-19" --- # 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:
Name
Id
Session
|
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 |