Add-VBRTapeVault

Short Description

Creates a tape vault.

Applies to

Platform: VMware, Hyper-V

Product Edition: Enterprise, Enterprise Plus, Veeam Universal License

Syntax

Add-VBRTapeVault -Name <String> [-Description <String>] [-Protect] [-WarningAction <ActionPreference>] [-WarningVariable <String>]  [<CommonParameters>]

Detailed Description

This cmdlet creates a new tape vault.

Parameters

Parameter

Description

Type

Required

Position

Accept
Pipeline
Input

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

VBRTapeVault

Examples

Creating Tape Vault

This command creates a vault named Sydney Remote Storage.

Add-VBRTapeVault -Name "Sydney Remote Storage" -Description "Veeam backups offsite"