PowerShell Logo Small

Remove-ClusterCheckpoint



This is the built-in help made by Microsoft for the command 'Remove-ClusterCheckpoint', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Removes a cryptographic key checkpoint or registry checkpoint for a resource.

SYNTAX


Remove-ClusterCheckpoint [[-ResourceName] <String>] [-CheckpointName <String>] [-Cluster <String>] [-CryptoCheckpoint] [-Force] [-InputObject <PSObject>]
[-RegistryCheckpoint] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Remove-ClusterCheckpoint cmdlet removes a cryptographic key checkpoint or registry checkpoint for a resource.


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. Applications might store information locally in two ways. 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.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=321052
Add-ClusterCheckpoint
Get-ClusterCheckpoint

REMARKS

<

Examples


Example 1

PS C:\>Get-ClusterResource "Cluster Name" | Remove-ClusterCheckpoint -RegistryCheckpoint



PS C:\>Remove-ClusterCheckpoint
Are you sure you want to remove registry checkpoint 'software\clusname' on resource 'Cluster Name'?


[Y] Yes [N] No [S] Suspend [?] Help (default is "Y"):Y



This example removes the registry checkpoint called software\clusname for the resource named Cluster Name.