Get-VBRLocation

Short Description

Returns geographic locations created in Veeam Backup & Replication.

Applies to

Platform: VMware, Hyper-V

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

Syntax

This cmdlet provides parameter sets that allow you to:

  • Get locations by name.

Get-VBRLocation [-Name <string[]>]  [<CommonParameters>]

  • Get locations by ID.

Get-VBRLocation [-Id <guid[]>]  [<CommonParameters>]

  • Get locations assigned to the backup infrastructure component.

Get-VBRLocation [-Object <Object>]  [<CommonParameters>]

Detailed 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.

Parameters

Parameter

Description

Type

Required

Position

Accept
Pipeline
Input

Name

Specifies the array of location names.

The cmdlet will return locations with these names.

String[]

True

Named

True (ByProperty
Name)

Id

Specifies the array of location IDs.

The cmdlet will return locations with these IDs.

Guid[]

True

Named

True (ByProperty
Name)

Object

Specifies the Veeam Backup & Replication infrastructure component.

The cmdlet will return a location assigned to this component.

Accepts the following objects:

True

Named

True (ByProperty
Name)

<CommonParameters>

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

Output Object

The cmdlet returns the VBRLocation object that lists geographic locations created in Veeam Backup & Replication.

Examples

Get-VBRLocationExample 1. Getting Locations by Name

Get-VBRLocationExample 2. Getting Locations by ID

Get-VBRLocationExample 3. Getting Location Assigned to ESXi Host

Related Commands

Page updated 5/17/2024

Page content applies to build 12.3.1.1139