Remove-VBRAzureApplianceTemplate

Short Description

Removes deployed helper appliance templates.

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

Syntax

Remove-VBRAzureApplianceTemplate -Template <VBRAzureApplianceTemplate[]> [<CommonParameters>]

Detailed Description

This cmdlet removes deployed helper appliance templates from the backup infrastructure and Microsoft Azure.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Template

Specifies an array of helper appliance templates that you want to remove.

Accepts the VBRAzureApplianceTemplate[] object. To get this object, run the Get-VBRAzureApplianceTemplateReturns deployed helper appliance templates. cmdlet.

VBRAzureApplianceTemplate[]

True

Named

True (ByPropertyName, ByValue)

<CommonParameters>

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

Examples

Example 1. Removing Helper Appliance Template

This example shows how to remove a helper appliance template.

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

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

$template = Get-VBRAzureApplianceTemplate -Subscription $subscription

Remove-VBRAzureApplianceTemplate -Template $template

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-VBRAzureApplianceTemplateReturns deployed helper appliance templates. 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.
  4. Run the Remove-VBRAzureApplianceTemplateRemoves deployed helper appliance templates. cmdlet. Set the $template variable as the Template parameter value.

Page updated 2026-08-19

Page content applies to build 13.1.1.18