This is an archive version of the document. To get the most up-to-date information, see the current version.

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

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

Name

Specifies the name you want to assign to the vault.

True

Named

False

False

Description

Specifies the description of the vault.

False

Named

False

False

Protect

Indicates that all tapes moved to this media vault automatically get lifelong overwrite protection.

False

Named

False

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Return Type

VBRTapeVault

Example

This command creates a vault named "Sydney Remote Storage".

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