--- title: "Add-VBRLocation" description: "This cmdlet creates a geographic location in Veeam Backup & Replication. Run the Apply-VBRLocation cmdlet to assign locations to the backup infrastructure components." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/add-vbrlocation.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Backup Infrastructure > Locations > Add-VBRLocation" dateModified: "2026-08-19" --- # Add-VBRLocation ## Short Description Creates a geographic location in Veeam Backup & Replication. **Platform**: VMware, Hyper-V **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Add-VBRLocation -Name [] ``` ## Detailed Description This cmdlet creates a geographic location in Veeam Backup & Replication. Run the [`Apply-VBRLocation`](apply-vbrlocation.md) cmdlet to assign locations to the backup infrastructure components. ## Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Name

Specifies the name you want to assign to the location.

The maximum length of the location name is 255 characters.

String

True

Named

True (ByPropertyName)

`` 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 `VBRLocation` object that contains the geographic location created. ## Examples ::: example ### Creating Geographic Location This command creates a geographic location in Veeam Backup & Replication. ``` Add-VBRLocation -Name "ABC North" ``` ::: ## Related Commands [`Apply-VBRLocation`](apply-vbrlocation.md)