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>]

  • Id

    Get-VBRNDMPVolume -Id <Guid[]> [<CommonParameters>]

  • Server

    Get-VBRNDMPVolume -Server <VBRNDMPServerBase[]> [<CommonParameters>]

Detailed Description

This cmdlet returns an array of NDMP server volumes.

Parameters

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.

Guid[]

True

Named

False

Name

Specifies an array of names for volumes. The cmdlet will return volumes with these names.

String[]

False

Named

False

Server

Specifies an array of NDMP servers. The cmdlet will return volumes located on these NDMP servers.

Accepts the VBRNDMPServerBase[] object. To get this object, run the Get-VBRNDMPServerReturns NDMP servers. cmdlet.

VBRNDMPServerBase[]

True

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Output Object

VBRNDMPVolume

Examples

Get-VBRNDMPVolumeExample 1. Getting Volumes of All NDMP Servers

This command gets volumes of all NDMP servers added to Veeam Backup & Replication.

Get-VBRNDMPVolume

Get-VBRNDMPVolumeExample 2. Getting NDMP Server Volume by Volume ID

This command gets an NDMP server volume by the volume ID.

Get-VBRNDMPVolume -ID "0fccf7c9-1f90-49de-8bec-53a0697e04ab"

Get-VBRNDMPVolumeExample 3. Getting NDMP Server Volume by Volume ID

This command gets an NDMP server volume by the volume name.

Get-VBRNDMPVolume -Name "/svm-cifs/Exchange_vol"

Get-VBRNDMPVolumeExample 4. Getting All Volumes on Selected NDMP Server [Using Variable]

This example shows how to get all volumes on a specific NDMP server.

$server = Get-VBRNDMPServer -Name "NetApp.local"

Get-VBRNDMPVolume -Server $server

Perform the following steps:

  1. Run the Get-VBRNDMPServerReturns NDMP servers. cmdlet. Specify the Name parameter value. Save the result to the $server variable.
  2. Run the Set-VBRNDMPServer cmdlet. Set the $server variable as Server parameter value.

Get-VBRNDMPServerReturns NDMP servers.

Page updated 2026-08-19

Page content applies to build 13.1.1.18