Short Description
Imports geographical locations to Veeam Backup & Replication.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus
Syntax
Import-VBRLocation -Path <string> [<CommonParameters>] |
Detailed Description
This cmdlet imports geographical locations to Veeam Backup & Replication from an XML file.
Parameters
Parameter | Description | Required | Position | Accept | Accept |
Path | Specifies the name of the XML file. The cmdlet will import locations to Veeam Backup & Replication from this file. | True | Named | True (ByValue, | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.
Example
This command imports geographical locations to Veeam Backup & Replication from an XML file.
PS C:\PS> Import-VBRLocation -Path "C:\Locations\BackupNorth.xml" |