Set-VBRTapeVault
Short Description
Modifies a tape vault.
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Set-VBRTapeVault -Vault <VBRTapeVault> [-Name <String>] [-Description <String>] [-Protect] [-PassThru] [<CommonParameters>] |
Detailed Description
This cmdlet modifies tape vault that was created before.
Note |
|
To modify settings, specify new values for the necessary parameters. The cmdlet will overwrite the previous parameter values with new values. The parameters that you omit will remain unchanged. |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Description |
Specifies the description of the vault. |
|
False |
Named |
False |
|
Name |
Specifies the name you want to assign to the vault. |
|
False |
Named |
False |
|
PassThru |
Defines that the command returns the output object to the Windows PowerShell console. |
|
False |
Named |
False |
|
Protect |
Defines that all tapes moved to this media vault are automatically protected. |
|
False |
Named |
False |
|
Vault |
Specifies the vault you want to modify.
Accepts the |
True |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Modifying Tape Vault Name and Description [Using Pipeline]
|
This example shows how to modify the name and the description of the vault named
Perform the following steps:
|
Example 2. Modifying Tape Vault Name [Using Variable]
|
This example shows how to modify the name of the vault to
Perform the following steps:
|
Related Commands
Get-VBRTapeVaultReturns tape vaults.