Get-HP3Snapshot

Short Description

Returns HPE 3PAR StoreServ storage snapshots.

Platform: VMware

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

Storage System: HPE 3PAR StoreServ

Syntax

Get-HP3Snapshot [-Name <String[]>] [-Volume <CSanVolume[]>] [<CommonParameters>]

Detailed Description

This cmdlet returns existing HPE 3PAR StoreServ storage snapshots.

You can get the list of all storage snapshots, or look for a specific snapshot by name or associated volume.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Name

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

String[]

False

Named

False

Volume

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

Accepts the CSanVolume[] object. To get this object, run the Get-HP3VolumeReturns HPE 3PAR StoreServ storage volumes added to the backup infrastructure. cmdlet.

CSanVolume[]

False

Named

True (ByPropertyName, ByValue)

<CommonParameters>

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

Examples

Get-HP3SnapshotExample 1. Getting All HPE 3PAR StoreServ Storage Snapshots

This command looks for all existing HPE 3PAR StoreServ storage snapshots.

Get-HP3Snapshot

Get-HP3SnapshotExample 2. Getting Snapshots of Several HPE 3PAR StoreServ Storage Volumes

This example shows how to get the existing snapshots of several HPE 3PAR StoreServ storage volumes.

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

$volume1 = Get-HP3Volume -Host $storage -Name "VOL01"

$volume2 = Get-HP3Volume -Host $storage -Name "VOL02"

Get-HP3Snapshot -Volume $volume1, $volume2

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-HP3VolumeReturns HPE 3PAR StoreServ storage volumes added to the backup infrastructure. cmdlet. Set the $storage variable as the Host parameter value. Specify the Name parameter value. Save each volume to a separate variable: $volume1, $volume2, etc.
  3. Run the Get-HP3Snapshot cmdlet. Set the $volume1 and $volume2 variables as the Volume parameter values.
  • Get-HP3StorageReturns HPE 3PAR StoreServ storage systems.
  • Get-HP3VolumeReturns HPE 3PAR StoreServ storage volumes added to the backup infrastructure.

Page updated 2026-08-19

Page content applies to build 13.1.1.18