File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
docset/winserver2022-ps/failoverclusters Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
description : Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
3
3
external help file : Microsoft.FailoverClusters.PowerShell.dll-Help.xml
4
4
Module Name : FailoverClusters
5
- ms.date : 10/21/2022
5
+ ms.date : 01/09/2023
6
6
online version : https://learn.microsoft.com/powershell/module/failoverclusters/remove-clustercheckpoint?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
7
7
schema : 2.0.0
8
8
title : Remove-ClusterCheckpoint
@@ -37,12 +37,12 @@ local server.
37
37
### Example 1
38
38
39
39
``` powershell
40
- Get-ClusterResource "Cluster Name" | Remove-ClusterCheckpoint -RegistryCheckpoint
41
- Remove-ClusterCheckpoint -Confirm:$false
40
+ $checkpoint = Get-ClusterCheckpoint -ResourceName "Cluster Name" -RegistryCheckpoint
41
+ $checkpoint | Remove-ClusterCheckpoint -Confirm:$false
42
42
```
43
43
44
- This example removes the registry checkpoint called ` software\clusname ` for the resource named
45
- ` Cluster Name ` without user confirmation.
44
+ This example returns all registry checkpoints for the resource named ` Cluster Name ` , then removes
45
+ them without user confirmation.
46
46
47
47
## PARAMETERS
48
48
You can’t perform that action at this time.
0 commit comments