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

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

VBRNDMPVolume

Examples

Get-VBRNDMPVolumeExample 1. Getting Volumes of All NDMP Servers

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

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

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

Related Commands

Get-VBRNDMPServer

Page updated 4/12/2024

Page content applies to build 12.3.1.1139