Remove-ThinkSystemSnapshot
Short Description
Removes ThinkSystem 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. |
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Remove-ThinkSystemSnapshot -Snapshot <ISanSnapshot[]> [<CommonParameters>] |
Detailed Description
This cmdlet permanently removes a selected ThinkSystem storage snapshot from your virtual infrastructure.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Snapshot |
Specifies the array of snapshots. The cmdlet will remove these snapshots.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Removing ThinkSystem Storage Snapshot
This example shows how to remove the ThinkSystem storage snapshot.
|
$snapshot = Get-ThinkSystemSnapshot -Name "vol1_SS_1" Remove-ThinkSystemSnapshot -Snapshot $snapshot |
Perform the following steps:
- Run the
Get-ThinkSystemSnapshotReturns ThinkSystem storage snapshots. cmdlet. Specify theNameparameter value. Save the result to the$snapshotvariable. - Run the
Remove-ThinkSystemSnapshotcmdlet. Set the$snapshotvariable as theSnapshotparameter value.
Related Commands
Get-ThinkSystemSnapshotReturns ThinkSystem storage snapshots.