Remove-NetAppSnapshot
Short Description
Removes NetApp storage snapshots.
Applies to
Platform: VMware
Product Edition: Standard, Enterprise, Enterprise Plus
Syntax
Remove-NetAppSnapshot -Snapshot <CSanSnapshot[]> [-WarningAction <ActionPreference>] [-WarningVariable <String>] [<CommonParameters>] |
Detailed Description
This cmdlet permanently removes a selected NetApp storage snapshot from your virtual infrastructure.
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
This example shows how to remove the NetApp storage snapshot.
You will need to perform the following steps:
- Run Get-NetAppSnapshot to get the snapshot. Save the result to the $snapshot variable.
- Run Remove-NetAppSnapshot with the $snapshot variable.
Related Commands