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