Remove-VBRTapeLibrary
Short Description
Removes a specified tape library from Veeam Backup & Replication.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Remove-VBRTapeLibrary -Library <VBRTapeLibrary[]> [-WhatIf] [-Confirm] [<CommonParameters>] |
Detailed Description
This cmdlet removes a specified tape library from Veeam Backup & Replication.
When you remove a tape library, you stop managing it with your Veeam Backup & Replication console.
Important |
Before you remove a tape library, consider the following limitations:
|
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
Library | Specifies the array of tape libraries. The cmdlet will remove these tape libraries. | Accepts the VBRTapeLibrary object. To get this object, run the Get-VBRTapeLibrary cmdlet. | True | Named | True (ByValue, |
WhatIf | Defines that the cmdlet will write a message that describes the effects of running the cmdlet without actually performing any action. | SwitchParameter | False | Named | False |
Confirm | Defines that the cmdlet will display a prompt that asks if you want to continue running the command. Note: Microsoft PowerShell enables the Confirm parameter for this cmdlet by default. To disable this option, set the parameter value to $false. That is, Confirm:$false. | 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 Tape Library [Using Pipeline]
This example shows how to remove a tape library named HP MSL G3 Series 3.00.
Perform the following steps:
|
Example 2. Removing Tape Library [Using Variable]
This example shows how to remove a tape library named HP MSL G3 Series 3.00.
Perform the following steps:
|
Related Commands