--- title: "Get-VBOTeamsItemRestoreSession" description: "Returns active restore sessions started to perform operations with backed-up Microsoft Teams items. Product: Veeam Backup for Microsoft 365 Product Edition: Community, Rental License, Subscription License This cmdlet returns an array of active restor" canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/get-vboteamsitemrestoresession.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Reference > Veeam Explorer for Microsoft Teams > Get-VBOTeamsItemRestoreSession" dateModified: "2026-08-18" --- # Get-VBOTeamsItemRestoreSession ## Short Description Returns active restore sessions started to perform operations with backed-up Microsoft Teams items. **Product**: Veeam Backup for Microsoft 365 **Product Edition**: Community, Rental License, Subscription License ## Syntax ``` Get-VBOTeamsItemRestoreSession [] ``` ## Detailed Description This cmdlet returns an array of active restore sessions started to perform operations with backed-up Microsoft Teams objects. ## Parameters `` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the [About Common Parameters](http://go.microsoft.com/fwlink/p/?LinkID=113216) section of Microsoft Docs. ## Output Object The cmdlet returns the [`VBOTeamsRestoreSession`](vboteamsrestoresession.md)`[]` array that contains active restore sessions started to perform operations with backed-up Microsoft Teams objects. ## Examples ::: example ### Getting Restore Sessions This command returns all active restore sessions started to perform operations with backed-up Microsoft Teams objects. ``` Get-VBOTeamsItemRestoreSession ``` :::