Remove-ThinkSystemSnapshot
Short Description
Removes ThinkSystem storage snapshots.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Detailed Description
This cmdlet permanently removes a selected ThinkSystem storage snapshot from your virtual infrastructure.
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
Snapshot | Specifies the array of snapshots. The cmdlet will remove these snapshots. | Accepts the CSanSnapshot object. To create this object, run the Get-ThinkSystemSnapshot cmdlet. | True | Named | True (ByValue, |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Examples
Removing ThinkSystem Storage Snapshot
This example shows how to remove the ThinkSystem storage snapshot.
Perform the following steps:
- Run the Get-ThinkSystemSnapshot cmdlet. Specify the Name parameter value. Save the result to the $snapshot variable.
- Run the Remove-ThinkSystemSnapshot cmdlet. Set the $snapshot variable as the Snapshot parameter value.
Related Commands