Get-HP3Storage

Short Description

Returns HPE 3PAR StoreServ storage systems.

Applies to

Platform: VMware

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Storage System: HPE 3PAR StoreServ

Syntax

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

Detailed Description

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

Parameters

Parameter

Description

Type

Required

Position

Accept
Pipeline
Input

Name

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

String[]

False

Named

False

<CommonParameters>

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

Examples

Get-HP3StorageExample 1. Getting All HPE 3PAR StoreServ Storage Systems

This command returns all HPE 3PAR StoreServ storage systems.

Get-HP3Storage

Get-HP3StorageExample 2. Getting HPE 3PAR StoreServ Storage System by Name

This command returns an HPE 3PAR StoreServ storage by name.

Get-HP3Storage -Name "HPE 3PAR StoreServe Storage"