Get-VBRTapeVault
Short Description
Returns tape vaults.
Applies to
Platform: VMware, Hyper-V
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
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 | Accept |
---|---|---|---|---|---|
Name | Specifies the array of vault names. The cmdlet will return vaults with these names. | False | Named | True (ByValue, | 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, | 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
Example 1
This command looks for a list of all existing vaults.
Example 2
This command looks for a vault named 'Sydney Remote Storage'.