Add-VBRLocation

Short Description

Creates a geographic 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 geographic location in Veeam Backup & Replication.

Run the Apply-VBRLocation 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 (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 contains the geographic location created.

Examples

Creating Geographic Location

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

Add-VBRLocation -Name "ABC North"

Related Commands

Apply-VBRLocation