Add-VBRTapeVault
Short Description
Creates a tape vault.
Applies to
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Add-VBRTapeVault -Name <String> [-Description <String>] [-Protect] [<CommonParameters>] |
Detailed Description
This cmdlet creates a new tape vault.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept |
|---|---|---|---|---|---|
|
Name |
Specifies the name you want to assign to the vault. |
String |
True |
Named |
False |
|
Description |
Specifies the description of the vault. |
String |
False |
Named |
False |
|
Protect |
Defines that all tapes moved to this media vault automatically get lifelong overwrite protection. |
SwitchParameter |
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Creating Tape Vault
This command creates a vault named Sydney Remote Storage.
|
Add-VBRTapeVault -Name "Sydney Remote Storage" -Description "Veeam backups offsite" |