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

Get-HP4Storage

Short Description

Returns HPE StoreVirtual storage systems.

Applies to

Platform: VMware

Product Edition: Standard, Enterprise, Enterprise Plus

Storage System: HPE StoreVirtual (LeftHand/P4000), HPE StoreVirtual VSA

Syntax

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

Detailed Description

You can get the list of all HPE StoreVirtual storage systems added to your virtual infrastructure or narrow down the output by storage name.

Alias

Get-VBRHPStorage

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

Name

Specifies the array of storage names. The cmdlet will return storage systems 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 HPE StoreVirtual storage systems.

Get-HP4Storage

Example 2

This command returns an HPE StoreVirtual storage by name.

Get-HP4Storage -Name "HPE StoreVirtual VSA"