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

Get-HP3Storage

Short Description

Returns HPE 3PAR StoreServ storages.

Applies to

Platform: VMware

Product Edition: Standard, Enterprise, Enterprise Plus

Storage system: HPE 3PAR StoreServ

Syntax

Get-HP3Storage [-Name <string[]>][<CommonParameters>]

Related Commands

None

Detailed Description

This cmdlet returns HPE 3PAR StoreServ storages.

You can get the list of all HPE 3PAR StoreServ storages or narrow down the output by the storage name.

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

Name

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

False

Named

False

True

<CommonParameters>

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

Example 1

This command returns all storages.

PS C:\PS> Get-HP3Storage

Example 2

This command looks for a storage by name.

PS C:\PS> Get-HP3Storage -Name "HPE 3PAR StoreServe Storage"