Remove-HP3Snapshot
Short Description
Removes HPE 3PAR StoreServ storage snapshots.
Applies to
Platform: VMware
Product Edition: Standard, Enterprise, Enterprise Plus
Storage system: HPE 3PAR StoreServ
Syntax
Related Commands
Detailed Description
This cmdlet permanently removes the selected HPE 3PAR StoreServ storage snapshot from your storage system.
Parameters
Parameter | Description | Required | Position | Accept | Accept |
Snapshot | Specifies the array of snapshots. The cmdlet will remove these snapshots. | True | Named | True (ByValue, | False |
<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 removes the snapshot named "vol1_SS_1". The snapshot object is obtained with Get-HP3Snapshot and piped down.
Example 2
This command removes the snapshot represented by the $"snapshot1" variable. The snapshot object is obtained with Get-HP3Snapshot and assigned to the variable beforehand.