--- title: "Get-VBRCloudTapeRestoreSession" description: "This cmdlet returns active restore sessions of the tenant data from tape." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrcloudtaperestoresession.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Tape Devices > Tenant to Tape > Get-VBRCloudTapeRestoreSession" dateModified: "2026-08-19" --- # Get-VBRCloudTapeRestoreSession ## Short Description Returns active restore sessions of the tenant data from tape. **Product Edition**: Enterprise Requires Cloud Connect license ## Syntax ``` Get-VBRCloudTapeRestoreSession [] ``` ## Detailed Description This cmdlet returns active restore sessions of the tenant data from tape. ## 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 [`VBRSession`](vbrsession.md) ## Examples ::: example ### Getting All Active Restore Sessions of Tenant Data from Tape This command shows how to get all active restore sessions of the tenant data from tape. ``` Get-VBRCloudTapeRestoreSession ``` :::