--- title: "Get-VBRUnstructuredBackupFLRSession" description: "Returns restore sessions started to recover backups created by file backup jobs and object storage backup jobs. Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet returns restore sessions started to recover ba" canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrunstructuredbackupflrsession.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Unstructured Data Backup > Unstructured Data Recovery > Get-VBRUnstructuredBackupFLRSession" dateModified: "2026-08-19" --- # Get-VBRUnstructuredBackupFLRSession ## Short Description Returns restore sessions started to recover backups created by file backup jobs and object storage backup jobs. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Get-VBRUnstructuredBackupFLRSession [] ``` ## Detailed Description This cmdlet returns restore sessions started to recover backups created by file backup jobs and object storage backup jobs. ## Parameters `` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see [ Microsoft Docs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7). ## Output Object The cmdlet returns the `VBRUnstructuredBackupFLRSession` object that contains settings of restore sessions started to recover backups created by file backup jobs and object storage backup jobs. ## Examples ::: example ### Getting Restore Sessions Running to Recover Backups of Unstructured Data Sources This command gets all restore sessions that are started to recover backups created by file backup jobs and object storage backup jobs. ``` Get-VBRUnstructuredBackupFLRSession ``` :::