Remove-ClusterCheckpoint

Remove-ClusterCheckpoint

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

構文

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

詳細説明

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.

パラメーター

-CheckpointName<String>

Specifies the name of the checkpoint to remove.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-Cluster<String>

Specifies the name of the cluster on which to run this cmdlet. If the input for this parameter is . or it is omitted, then the cmdlet runs on the local cluster.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-CryptoCheckpoint

Specifies that cryptographic key checkpoints will be removed.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-Force

Runs the cmdlet without prompting for confirmation. By default the cmdlet will ask for confirmation from the user before proceeding.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-InputObject<PSObject>

Specifies the cluster on which to run the cmdlet or the cluster resource from which to remove the checkpoint.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

true (ByValue)

ワイルドカード文字を許可する

false

-RegistryCheckpoint

Specifies that registry checkpoints will be removed.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-ResourceName<String>

Specifies the resource from which a checkpoint should be removed.

エイリアス

なし

必須?

false

位置は?

1

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

  • Microsoft.FailoverClusters.PowerShell.Cluster
  • Microsoft.FailoverClusters.PowerShell.ClusterResource

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • System.Object

Example 1

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

PS C:\> Get-ClusterResource "Cluster Name" | Remove-ClusterCheckpoint -RegistryCheckpoint
PS C:\> Remove-ClusterCheckpoint
[Y] Yes  [N] No  [S] Suspend  [?] Help (default is "Y"):Y

関連トピック

Add-ClusterCheckpoint

Get-ClusterCheckpoint