Get-VBRAzureAccount

Short Description

Returns Microsoft Azure accounts added to Veeam Backup & Replication.

Platform: VMware, Hyper-V

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

Syntax

This cmdlet provides the following parameter sets:

  • Type (Default)

    Get-VBRAzureAccount [-Name <String[]>] [<CommonParameters>]

  • Id

    Get-VBRAzureAccount [-Id <Guid[]>] [<CommonParameters>]

Detailed Description

This cmdlet returns Microsoft Azure accounts added to Veeam Backup & Replication.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Id

Specifies the array of IDs of the accounts. The cmdlet will return the accounts that match these IDs.

Guid[]

False

Named

False

Name

Specifies the array of names of the accounts. The cmdlet will return the accounts that match these names.

String[]

False

Named

False

<CommonParameters>

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

Output Object

VBRAzureAccount

Examples

Get-VBRAzureAccountExample 1. Getting All Microsoft Azure Accounts

This command returns all Microsoft Azure accounts added to Veeam Backup & Replication.

Get-VBRAzureAccount

Get-VBRAzureAccountExample 2. Getting Microsoft Azure Account by Name

This command returns the Microsoft Azure account named RestoreToAzure@Veeam.com added to Veeam Backup & Replication.

Get-VBRAzureAccount -Name RestoreToAzure@Veeam.com

Page updated 2026-08-19

Page content applies to build 13.1.1.18