Remove-VBRGoogleCloudComputeAccount

Short Description

Removes Google Cloud service account credentials records.

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

Syntax

Remove-VBRGoogleCloudComputeAccount -Account <VBRGoogleCloudComputeAccount> [<CommonParameters>]

Detailed Description

This cmdlet removes Google Cloud service account credentials records.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Account

Specifies a Google Cloud service account credentials record that you want to remove.

Accepts the VBRGoogleCloudComputeAccount object. To create this object, run the Add-VBRGoogleCloudComputeAccountAdds Google Cloud service account credentials record. cmdlet.

VBRGoogleCloudComputeAccount

True

Named

False

<CommonParameters>

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

Output Object

VBRGoogleCloudComputeAccount

Examples

Removing Google Cloud Service Account Credentials Record

This example shows how to remove the GCP service account 1 Google Cloud service account credentials record.

$account = Get-VBRGoogleCloudComputeAccount -Name "GCP service account 1"

Remove-VBRGoogleCloudComputeAccount -Account $account

Perform the following steps:

  1. Run the Get-VBRGoogleCloudComputeAccountReturns Google Cloud service account credentials record. cmdlet. Specify the Name parameter value. Save the result to the $account variable.
  2. Run the Remove-VBRGoogleCloudComputeAccount cmdlet. Set the $account variable as the Account parameter.

Get-VBRGoogleCloudAccountReturns Google Cloud credentials records.

Page updated 2026-08-19

Page content applies to build 13.1.1.18