Set-VBRTapeLibrary
Short Description
Modifies a tape library.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Set-VBRTapeLibrary -TapeLibrary <VBRTapeLibrary> -Name <string> [-PassThru] [<CommonParameters>] |
Detailed Description
This cmdlet modifies the name of the selected tape library.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept |
|---|---|---|---|---|---|
|
TapeLibrary |
Specifies the tape library you want to modify. |
Accepts the VBRTapeLibrary object. To get this object, run the Get-VBRTapeLibrary cmdlet. |
True |
Named |
True (ByValue, |
|
Name |
Specifies the new name you want to assign to the library. |
String |
False |
Named |
False |
|
PassThru |
Defines that the command returns the output object to the Windows PowerShell console. |
SwitchParameter |
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Modifying Tape Library Name [Using Pipeline]
|
This example shows how to modify the name of the tape library named HP MSL G3 Series 3.00 to New York Remote Tape.
Perform the following steps:
|
Example 2. Modifying Tape Library Name [Using Variable]
|
This example shows how to modify the name of the US Remote Tape tape library.
Perform the following steps:
|
Related Commands