Remove-VBRTapeVault
Short Description
Removes a specified tape vault from the backup infrastructure.
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Remove-VBRTapeVault -Vault <VBRTapeVault[]> [-WhatIf] [-Confirm] [<CommonParameters>] |
Detailed Description
This cmdlet removes a specified tape vault from the backup infrastructure.
When you remove a vault, you do not remove the tapes stored in it.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Vault |
Specifies the array of vaults. The cmdlet will remove these vaults.
Accepts the |
True |
Named |
True (ByPropertyName, ByValue) |
|
|
Confirm |
Defines that the cmdlet will display a prompt that asks if you want to continue running the command.
Note: Microsoft PowerShell enables the |
|
False |
Named |
False |
|
WhatIf |
Defines that the cmdlet will write a message that describes the effects of running the cmdlet without actually performing any action. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Example 1. Removing Tape Vault [Using Pipeline]
|
This command removes a tape vault named
Perform the following steps:
|
Example 2. Removing Tape Vaults [Using Variable]
|
This example shows how to remove tape vaults
Perform the following steps:
|
Related Commands
Get-VBRTapeVaultReturns tape vaults.