Remove-HP4Snapshot
Short Description
Removes HPE StoreVirtual storage snapshots.
Note |
If the four-eyes authorization is enabled, you cannot run this cmdlet. For more information, see the Four-Eyes Authorization section in the User Guide for VMware vSphere. |
Applies to
Platform: VMware
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Storage System: HPE StoreVirtual (LeftHand/P4000), HPE StoreVirtual VSA
Syntax
Remove-HP4Snapshot -Snapshot <CSanSnapshot[]> [<CommonParameters>] |
Detailed Description
This cmdlet permanently removes a selected HPE StoreVirtual storage snapshot from your virtual infrastructure.
Alias
Remove-VBRHPSnapshot
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
Snapshot | Specifies the array of snapshots. The cmdlet will remove these snapshots. | Accepts the CSanSnapshot[] object. To get this object, run the Get-HP4Snapshot cmdlet. | True | Named | True (ByValue, |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Example 1. Removing HPE StoreVirtual Storage Snapshot
This example shows how to remove the HPE StoreVirtual storage snapshot.
Perform the following steps:
|
Example 2. Removing Snapshots of Several HPE StoreVirtual Storage Volumes
This example shows how to remove snapshots of several HPE StoreVirtual storage volumes.
Perform the following steps:
|
Related Commands