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

Export-VBRLocation

Short Description

Exports geographical locations from Veeam Backup & Replication.

Applies to

Platform: VMware, Hyper-V

Product Edition: Standard, Enterprise, Enterprise Plus

Syntax

Export-VBRLocation -Path <string> [-Force]  [<CommonParameters>]

Detailed Description

This cmdlet exports geographical locations created in Veeam Backup & Replication to an XML file.

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

Path

Specifies the path to the XML file. The cmdlet will export locations to this file.

True

Named

True (ByValue,
ByProperty
Name)

False

Force

Indicates that the cmdlet will overwrite the existing destination XML file without asking a user.

False

Named

False

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 exports geographical locations from Veeam Backup & Replication to an XML file.

Export-VBRLocation -Path "C:\Locations\BackupNorth.xml"