Remove-VBRTapeMedium
Short Description
Removes the selected tapes from tape catalog.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Remove-VBRTapeMedium -Medium <VBRTapeMedium[]> [-FromVault] [-WhatIf] [-Confirm] [<CommonParameters>] |
Detailed Description
This cmdlet removes the selected tapes and the data written to the tapes from the tape catalog and Veeam backup database.
You can remove only offline tapes.
|
You cannot remove protected tapes. |
Parameters
Parameter | Description | Required | Position | Accept | Accept |
---|---|---|---|---|---|
Medium | Specifies the tapes you want to remove. Accepts VBRTapeMedium type. | True | Named | True (ByValue, | False |
FromVault | Defines that the cmdlet will remove the tape from the vault. Mind that the tape will not be removed from the tape catalog. | False | Named | False | False |
WhatIf | Specifies whether the cmdlet writes a message that describes the effects of running the cmdlet without actually performing any action. | False | Named | False | False |
Confirm | Specifies whether the cmdlet displays a prompt that asks if the user is sure that they want to continue. | 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.
Related Commands