Set-VBRTapeServer
Short Description
Modifies tape server.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus
Syntax
Set-VBRTapeServer -TapeServer <VBRTapeServer> [-Description <string>] [-PassThru] [<CommonParameters>] |
Related Commands
Return Type
Detailed Description
This cmdlet modifies tape server that was created before.
Parameters
Parameter | Description | Required | Position | Accept | Accept |
TapeServer | Specifies the tape server you want to modify. Accepts VBRTapeServer objects. | True | Named | True (by Value | False |
Description | Specifies the new description you want to apply to the tape server. | False | Named | False | False |
PassThru | Indicates that the command returns the output object to the Windows PowerShell console. | False | Named | False | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.
Example
This command modifies the description of the tape server named "Sydney_Tape_Server". The tape server is obtained by running Get-VBRTapeServer and piped down. The description is changed to "Sydney_Remote_Tape_Server". The PassThru parameter is set to get the output and view the details.