Get-VBRAzureApplianceTemplate

Short Description

Returns deployed helper appliance templates.

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

Syntax

This cmdlet provides the following parameter sets:

  • AllParameterSets (Default)

    Get-VBRAzureApplianceTemplate [<CommonParameters>]

  • Id

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

  • SubscriptionLocation

    Get-VBRAzureApplianceTemplate [-Subscription <VBRAzureSubscription[]>] [-Location <VBRAzureLocation[]>] [<CommonParameters>]

Detailed Description

This cmdlet returns deployed helper appliance templates.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Id

Specifies an array of IDs. The cmdlet will return helper appliance templates with the specified IDs.

Guid[]

False

Named

True (ByPropertyName)

Location

Specifies the Microsoft Azure region from which you want to return the deployed helper appliance templates.

Accepts the VBRAzureLocation object. To get this object, run the Get-VBRAzureLocationReturns geographic locations of Microsoft Azure datacenters available for a subscription. cmdlet.

VBRAzureLocation[]

False

Named

True (ByPropertyName)

Subscription

Specifies the Microsoft Azure subscription from which you want to return the deployed helper appliance templates.

Accepts the VBRAzureSubscription object. To get this object, run the Get-VBRAzureSubscriptionReturns subscriptions associated with a Microsoft Azure account. cmdlet.

VBRAzureSubscription[]

False

Named

True (ByPropertyName)

<CommonParameters>

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

Output Object

VBRAzureApplianceTemplate

Examples

Example 1. Getting Helper Appliance Templates Deployed in Subscription

This example shows how to get all helper appliance templates deployed in a subscription.

$account = Get-VBRAzureAccount -Type ResourceManager -Name "RestoreToAzureRM@Veeam.com"

$subscription = Get-VBRAzureSubscription -Account $account -Name "VeeamDirectRestore2Azure"

$template = Get-VBRAzureApplianceTemplate -Subscription $subscription

Perform the following steps:

  1. Run the Get-VBRAzureAccountReturns Microsoft Azure accounts added to Veeam Backup & Replication. cmdlet. Set the ResourceManager value as the Type parameter value. Specify the Name parameter value. Save it to the $account variable.
  2. Run the Get-VBRAzureSubscriptionReturns subscriptions associated with a Microsoft Azure account. cmdlet. Set the $account variable as the Account parameter value. Specify the Name parameter value. Save it to the $subscription variable.
  3. Run the Get-VBRAzureApplianceTemplate cmdlet. Set the $subscription variable as the Subscription parameter value. Set the $location variable as the Location parameter value. Save it to the $template variable.

Page updated 2026-08-20

Page content applies to build 13.1.1.18