--- title: "Get-VBOSharePointItemRestoreSession" description: "Returns active restore sessions started to perform operations with backed-up SharePoint items. Product: Veeam Backup for Microsoft 365 Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet returns acti" canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/get-vbosharepointitemrestoresession.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Reference > Veeam Explorer for Microsoft SharePoint > Get-VBOSharePointItemRestoreSession" dateModified: "2026-08-18" --- # Get-VBOSharePointItemRestoreSession ## Short Description Returns active restore sessions started to perform operations with backed-up SharePoint items. **Product**: Veeam Backup for Microsoft 365 **Product Edition**: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Get-VBOSharePointItemRestoreSession [] ``` ## Detailed Description This cmdlet returns active restore sessions started to perform operations with backed-up SharePoint items. ## 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 [`VBOSharePointRestoreSession`](vbosharepointrestoresession.md)`[]` array that contains settings of restore sessions started to perform operations with backed-up SharePoint items. ## Examples ::: example ### Getting Restore Sessions This command returns all active restore sessions started to perform operations with backed-up SharePoint items. ``` Get-VBOSharePointItemRestoreSession ``` :::