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