Get-VBRNDMPVolume
Short Description
Returns NDMP server volumes.
Product Edition: Enterprise
Syntax
This cmdlet provides the following parameter sets:
-
Name (Default)Get-VBRNDMPVolume [-Name <String[]>] [<CommonParameters>]
-
IdGet-VBRNDMPVolume -Id <Guid[]> [<CommonParameters>]
-
ServerGet-VBRNDMPVolume -Server <VBRNDMPServerBase[]> [<CommonParameters>]
Detailed Description
This cmdlet returns an array of NDMP server volumes.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
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. |
|
True |
Named |
False |
|
Name |
Specifies an array of names for volumes. The cmdlet will return volumes with these names. |
|
False |
Named |
False |
|
Server |
Specifies an array of NDMP servers. The cmdlet will return volumes located on these NDMP servers.
Accepts the |
|
True |
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
Get-VBRNDMPServerReturns NDMP servers.