Remove-VBRLocation
Short Description
Removes geographical locations from Veeam Backup & Replication.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Remove-VBRLocation -Location <VBRLocation[]> [-WhatIf] [-Confirm] [<CommonParameters>] |
Detailed Description
This cmdlet removes geographical locations from the Veeam Backup & Replication database.
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
Location | Specifies the array of locations you want to remove. | Accepts the VBRLocation[] object. To get this object, run the Get-VBRLocation cmdlet. | True | Named | True (ByValue, |
WhatIf | Specifies whether the cmdlet writes a message that describes the effects of running the cmdlet without actually performing any action. | SwitchParameter | False | Named | False |
Confirm | Specifies whether the cmdlet displays a prompt that asks if the user is sure that they want to continue. | SwitchParameter | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
None.
Examples
Example 1. Removing Selected Geographical Location
This example shows how to remove a selected geographical location from Veeam Backup & Replication.
Perform the following steps:
|
Example 2. Removing Several Geographical Locations
This example shows how to remove several geographical locations from Veeam Backup & Replication.
Perform the following steps:
|
Related Commands