--- title: "Get-VBRLocation" description: "This cmdlet returns geographic locations created in Veeam Backup & Replication. You can get the list of all locations or search for instances directly by name, ID or associated infrastructure components." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrlocation.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Backup Infrastructure > Locations > Get-VBRLocation" dateModified: "2026-08-19" --- # Get-VBRLocation ## Short Description Returns geographic locations created in Veeam Backup & Replication. **Platform**: VMware, Hyper-V **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
Name (Default)
Id
Object
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies the array of location IDs. The cmdlet will return locations with these IDs. |
|
False |
Named |
True (ByPropertyName) |
|
Name |
Specifies the array of location names. The cmdlet will return locations with these names. |
|
False |
Named |
True (ByPropertyName) |
|
Object |
Specifies the Veeam Backup & Replication infrastructure component. The cmdlet will return a location assigned to this component. Accepts the following objects:
|
|
False |
Named |
True (ByPropertyName) |