--- title: "Get-VBRGoogleCloudBackup" description: "Returns backups of Google Cloud VM instances. Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet returns backups of Google Cloud VM instances." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrgooglecloudbackup.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Backup > Managing Backups > Get-VBRGoogleCloudBackup" dateModified: "2026-08-19" --- # Get-VBRGoogleCloudBackup ## Short Description Returns backups of Google Cloud VM instances. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Get-VBRGoogleCloudBackup [-Name ] [] ``` ## Detailed Description This cmdlet returns backups of Google Cloud VM instances. You can use these backups to restore Google Cloud VM instances or to create a backup copy job. ## Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Name

Specifies an array of backup names.

String[]

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 The cmdlet returns the `VBRGoogleCloudBackup` object that contains backups of Google Cloud VM instances. ## Examples ::: example ### Getting all Backups of Google Cloud VM Instances This command returns all backups of Google Cloud VM instances that were created by Veeam Backup & Replication. ``` Get-VBRGoogleCloudBackup ``` :::