Get-HP3Volume

Short Description

Returns HPE 3PAR StoreServ storage volumes added to the backup infrastructure.

Platform: VMware

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

Storage System: HPE 3PAR StoreServ

Syntax

Get-HP3Volume [-Name <String[]>] [-Storage <CHp3PARHost[]>] [<CommonParameters>]

Detailed Description

This cmdlet returns HPE 3PAR StoreServ storage volumes added to the backup infrastructure.

Tip

Run the Get-HP3InfrastructureVolumeReturns volumes of HPE 3PAR StoreServ storage systems. cmdlet to get an array of volumes from HPE 3PAR StoreServ storage systems.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Name

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

String[]

False

Named

False

Storage

Specifies an array of storage systems. The cmdlet will return volumes of these storage systems.

Accepts the CHp3PARHost[] object. To get this object, run the Get-HP3StorageReturns HPE 3PAR StoreServ storage systems. cmdlet.

CHp3PARHost[]

False

Named

True (ByPropertyName, ByValue)

<CommonParameters>

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

Examples

Getting HPE 3PAR StoreServ Volume

This example shows how to get an HPE 3PAR StoreServ volume added to the backup infrastructure.

$storage = Get-HP3Storage -Name "HPE 3PAR StoreServe Storage"

Get-HP3Volume -Storage $storage

Perform the following steps:

  1. Run the Get-HP3StorageReturns HPE 3PAR StoreServ storage systems. cmdlet. Specify the Name parameter value. Save the result to the $storage variable.
  2. Run the Get-HP3Volume cmdlet. Set the $storage variable as the Storage parameter value.

Get-HP3StorageReturns HPE 3PAR StoreServ storage systems.

Page updated 2026-08-19

Page content applies to build 13.1.1.18