--- title: "Import-VBRLocation" description: "This cmdlet imports geographic locations to Veeam Backup & Replication from an XML file." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/import-vbrlocation.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Backup Infrastructure > Locations > Import-VBRLocation" dateModified: "2026-08-19" --- # Import-VBRLocation ## Short Description Imports geographic locations to Veeam Backup & Replication. **Platform**: VMware, Hyper-V **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Import-VBRLocation -Path [] ``` ## Detailed Description This cmdlet imports geographic locations to Veeam Backup & Replication from an XML file. ## Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Path

Specifies the name of the XML file. The cmdlet will import locations to Veeam Backup & Replication from this file.

String

True

Named

True (ByPropertyName, ByValue)

`` 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). ## Examples ::: example ### Importing Geographic Locations from XML File This command imports geographic locations to Veeam Backup & Replication from an XML file. ``` Import-VBRLocation -Path "C:\Locations\BackupNorth.xml" ``` :::