Get-VBRNDMPVolume
Short Description
Returns NDMP server volumes.
Applies to
Product Edition: Enterprise
Requires Cloud Connect license
Syntax
This cmdlet provides parameter sets that allow you to:
- Get volumes by the volume name.
Get-VBRNDMPVolume [-Name <string[]>] [<CommonParameters>] |
- Get volumes by the volume ID.
Get-VBRNDMPVolume -Id <guid[]> [<CommonParameters>] |
- Get volumes on the specific NDMP server.
Get-VBRNDMPVolume -Server <VBRNDMPServer[]> [<CommonParameters>] |
Detailed Description
This cmdlet returns an array of NDMP server volumes.
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
Id | Specifies an array of volume IDs. The cmdlet will return volumes with these IDs. Note: You an array of volume IDs only after you create the file to tape job. | Guid[] | True | Named | False |
Server | Specifies an array of NDMP servers. The cmdlet will return volumes located on these NDMP servers. | Accepts the VBRNDMPServer[] object. To get this object, run the Get-VBRNDMPServer cmdlet. | True | Named | False |
Name | Specifies an array of names for volumes. The cmdlet will return volumes with these names. | String[] | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Getting Volumes of All NDMP Servers
This command gets volumes of all NDMP servers added to Veeam Backup & Replication.
|
Example 2. Getting NDMP Server Volume by Volume ID
This command gets an NDMP server volume by the volume ID.
|
Example 3. Getting NDMP Server Volume by Volume ID
This command gets an NDMP server volume by the volume name.
|
Example 4. Getting All Volumes on Selected NDMP Server [Using Variable]
This example shows how to get all volumes on a specific NDMP server.
Perform the following steps:
|
Related Commands