Get-VBRGoogleCloudComputeAccount

Short Description

Returns Google Cloud service account credentials record.

Important

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

Applies to

Platform: VMware, Hyper-V

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

Syntax

Get-VBRGoogleCloudComputeAccount [-Id <guid>] [-Name <string>]  [<CommonParameters>]

Detailed Description

This cmdlet returns Google Cloud service account credential records.

Parameters

Parameter

Description

Type

Required

Position

Accept
Pipeline
Input

Id

Specifies an ID of the service account. The cmdlet will return the service account with this ID.

Guid

False

Named

False

Name

Specifies a name of the service account. The cmdlet will return the service account with this name.

String

False

Named

False

<CommonParameters>

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

Output Object

VBRGoogleCloudComputeAccount

Examples

Get-VBRGoogleCloudComputeAccountExample 1. Getting Google Cloud Service Account by ID

This command gets a Google Cloud service account credentials record with the 860aa7c0-3f4d-44f8-9deb-f86196f37660 ID.

Get-VBRGoogleCloudComputeAccount -Id "860aa7c0-3f4d-44f8-9deb-f86196f37660"

Get-VBRGoogleCloudComputeAccountExample 2. Getting Google Cloud Service Account by Name

This command gets a Google Cloud credentials record with the GCP service acc 1 name.

Get-VBRGoogleCloudComputeAccount -Name "GCP service acc 1"