--- title: "Get-VBRGoogleCloudRestoreSession" description: "This cmdlet returns restore to Google Cloud sessions." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrgooglecloudrestoresession.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Data Recovery > Restore to Google Compute Engine > Get-VBRGoogleCloudRestoreSession" dateModified: "2026-08-19" --- # Get-VBRGoogleCloudRestoreSession ## Short Description Returns restore to Google Cloud sessions. **Platform**: VMware, Hyper-V **Product Edition**: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Get-VBRGoogleCloudRestoreSession [-Session ] [-Id ] [] ``` ## Detailed Description This cmdlet returns restore to Google Cloud sessions. ## Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Id

Specifies restore session ID.

Guid

False

Named

False

Session

Specifies restore session name.

Accepts the VBRGoogleCloudRestoreSession object. To create this object, run the Start-VBRVMRestoreToGoogleCloud cmdlet.

VBRGoogleCloudRestoreSession

False

Named

False

`` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see [ Microsoft Docs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7). ## Output Object [`VBRGoogleCloudRestoreSession`](vbrgooglecloudrestoresession.md) ## Examples ::: example ### Getting Session of Machine Restore to Google Compute Engine This command gets the `New session` restore session. ``` Get-VBRGoogleCloudRestoreSession -Session "New session" ``` :::