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

Get-VBRTapeVault

Short Description

Returns tape vaults.

Applies to

Platform: VMware, Hyper-V

Product Edition: Enterprise, Enterprise Plus

Syntax

Get-VBRTapeVault  [<CommonParameters>]

-OR-

Get-VBRTapeVault [-Id <guid[]>] [<CommonParameters>]

-OR-

Get-VBRTapeVault [-Name <string[]>] [<CommonParameters>]

Detailed Description

This cmdlet returns existing tape vaults.

You can get the list of all tape vaults or search for instances directly by name or ID.

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

Name

Specifies the array of vault names. The cmdlet will return vaults with these names.

False

Named

True (ByValue,
ByProperty
Name)

True

Id

Specifies the array of vault IDs. The cmdlet will return vaults with these IDs.

Accepts GUID or string type.

False

Named

True (ByValue,
ByProperty
Name)

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 1

This command looks for a list of all existing vaults.

Get-VBRTapeVault

Example 2

This command looks for a vault named 'Sydney Remote Storage'.

Get-VBRTapeVault -Name "Sydney Remote Storage"

I want to report a typo

There is a misspelling right here:

 

I want to let the Veeam Documentation Team know about that.