Set-VBRTapeServer
Short Description
Modifies tape servers.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Set-VBRTapeServer -TapeServer <VBRTapeServer> [-Description <string>] [-PassThru] [<CommonParameters>] |
Detailed Description
This cmdlet modifies tape server that was created before.
Note |
To modify settings, specify new values for the necessary parameters. The cmdlet will overwrite the previous parameters values with new values. The parameters that you omit will remain unchanged. |
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
TapeServer | Specifies the tape server you want to modify. | Accepts the VBRTapeServer object. To get this object, run the Get-VBRTapeServer cmdlet. | True | Named | True (ByValue, |
Description | Specifies the new description you want to apply to the tape server. | 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 the About CommonParameters section of Microsoft Docs.
Output Object
Examples
Example 1. Modifying Description of Tape Server [Using Variable]
This example shows how to modify the description of the Sydney_Tape_Server tape server.
Perform the following steps:
|
Example 2. Modifying Description of Tape Server [Using Pipeline]
This example shows how to modify the description of the Sydney_Tape_Server tape server.
Perform the following steps:
|
Related Commands