Get-VBRGoogleCloudRestoreSession

Short Description

Returns restore to Google Cloud sessions.

Important

This cmdlet is available starting from Veeam Backup & Replication 11a (build 11.0.1.1261).

Applies to

Platform: VMware, Hyper-V

Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

Get-VBRGoogleCloudRestoreSession [-Session <VBRGoogleCloudRestoreSession>] [-Id <guid>]  [<CommonParameters>]

Detailed Description

This cmdlet returns restore to Google Cloud sessions.

Parameters

Parameter

Description

Type

Required

Position

Accept
Pipeline
Input

Session

Specifies restore session name.

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

False

Named

False

Id

Specifies restore session ID.

Guid

False

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Output Object

VBRGoogleCloudRestoreSession

Examples

Getting Session of Machine Restore to Google Compute Engine

This command gets the New session restore session.

Get-VBRGoogleCloudRestoreSession -Session "New session"