--- title: "Get-VBORestoreSession" description: "This cmdlet returns restore sessions." canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/get-vborestoresession.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Reference > Restore Sessions > Get-VBORestoreSession" dateModified: "2026-08-21" --- # Get-VBORestoreSession ## Short Description Returns Veeam Backup for Microsoft 365 restore sessions. ## Syntax This cmdlet provides the following parameter sets:
DefaultParameterSet (Default)
ByIdParameterSet
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies an ID of the restore session. The cmdlet will return details of the restore session with this ID. |
|
True |
Named |
False |
|
Last |
Defines that the cmdlet will return the latest restore session. Default: False |
|
False |
Named |
False |
|
Name |
Specifies a name of the restore session. The cmdlet will return the restore session with this name. |
|
False |
Named |
False |
|
Result |
Specifies the status of the completed restore session:
The cmdlet will return the restore session with the specified result. |
|
False |
Named |
False |
|
Status |
Specifies the current status of the restore session:
The cmdlet will return the restore session with the specified status. |
|
False |
Named |
False |