This is an archive version of the document. To get the most up-to-date information, see the current version.

Get-VNXVolume

Short Description

Returns EMC VNX storage volumes.

Applies to

Platform: VMware

Product Edition: Standard, Enterprise, Enterprise Plus

Storage system: EMC VNX

Syntax

Get-VNXVolume [-Name <string[]>] [-Host <CVnxHost[]>]  [<CommonParameters>]

Related Commands

Get-VNXHost

Detailed Description

This cmdlet returns EMC VNX storage volumes.

You can get the list of all volumes, look for a specific volume name or volumes created on a selected host.

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

Name

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

False

Named

False

True

Host

Specifies the array of storages. The cmdlet will return the volumes of these storages.

False

Named

False

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.