This is an archive version of the document. To get the most up-to-date information, see the current version.

Add-VBRLocation

Short Description

Creates a geographical location in Veeam Backup & Replication.

Applies to

Platform: VMware, Hyper-V

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

Syntax

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

Detailed Description

This cmdlet creates a geographical location in Veeam Backup & Replication.

Run Apply-VBRLocation to assign locations to the Veeam Backup & Replication infrastructure components.

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

Name

Specifies the name you want to assign to the location.

The maximum length of the location name is 255 characters.

True

Named

True (ByProperty
Name)

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Example

This command creates a geographical location in Veeam Backup & Replication.

Add-VBRLocation -Name "ABC North"

Related Commands

Apply-VBRLocation