Get-VBRGoogleCloudRestoreSession
Short Description
Returns restore to Google Cloud sessions.
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 |
---|---|---|---|---|---|
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
Examples
Getting Session of Machine Restore to Google Compute Engine
This command gets the New session restore session.
Get-VBRGoogleCloudRestoreSession -Session "New session" |