Get-HP3Snapshot
Short Description
Returns HPE 3PAR StoreServ storage snapshots.
Applies to
Platform: VMware
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Storage System: HPE 3PAR StoreServ
Syntax
This cmdlet provides parameter sets that allow you to:
- Get HPE 3PAR StoreServ storage snapshots by name.
Get-HP3Snapshot [-Name <string[]>] [<CommonParameters>] |
- Get HPE 3PAR StoreServ storage snapshots for volumes.
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
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
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-HP3Volume cmdlet. | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Example 1. Getting All HPE 3PAR StoreServ Storage Snapshots
This command looks for all existing HPE 3PAR StoreServ storage snapshots.
|
Example 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.
Perform the following steps:
|
Related Commands