You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The **Remove-ClusterCheckpoint** cmdlet removes a cryptographic key checkpoint or registry checkpoint for a resource.
25
25
26
-
Checkpoints help provide failover support for applications that store configuration information locally instead of or in addition to storing information in the cluster configuration database.
27
-
Applications might store information locally in two ways.
28
-
One way is to store configuration information in the registry on the local server; another way is to use cryptographic keys on the local server.
26
+
The **Remove-ClusterCheckpoint** cmdlet removes a cryptographic key checkpoint or registry
27
+
checkpoint for a resource.
28
+
29
+
Checkpoints help provide failover support for applications that store configuration information
30
+
locally instead of or in addition to storing information in the cluster configuration database.
31
+
Applications might store information locally in two ways. One way is to store configuration
32
+
information in the registry on the local server; another way is to use cryptographic keys on the
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
204
+
205
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
Runs the cmdlet in a remote session or on a remote computer.
69
-
Enter a computer name or a session object, such as the output of a [New-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227967) or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet.
70
-
The default is the current session on the local computer.
76
+
77
+
Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session
78
+
object, such as the output of a [New-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227967)
79
+
or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet. The default is the
Specifies the maximum number of concurrent operations that can be established to run the cmdlet.
177
-
If this parameter is omitted or a value of `0` is entered, then Windows PowerShell® calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer.
178
-
The throttle limit applies only to the current cmdlet, not to the session or to the computer.
192
+
193
+
Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If
194
+
this parameter is omitted or a value of `0` is entered, then Windows PowerShell® calculates an
195
+
optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the
196
+
computer. The throttle limit applies only to the current cmdlet, not to the session or to the
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
228
+
229
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
0 commit comments