Get-ClusterCheckpoint

Get-ClusterCheckpoint

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

Syntaxe

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

Description détaillée

The Get-ClusterCheckpoint cmdlet retrieves 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.

Paramètres

-CheckpointName<String>

Specifies the name of checkpoints for which to search. Use of wildcard expressions is accepted.

Alias

none

Requis ?

false

Position ?

named

Valeur par défaut

none

Accepter l'entrée de pipeline ?

false

Accepter les caractères génériques ?

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.

Alias

none

Requis ?

false

Position ?

named

Valeur par défaut

none

Accepter l'entrée de pipeline ?

false

Accepter les caractères génériques ?

false

-CryptoCheckpoint

Specifies that cryptographic checkpoints will be retrieved.

Alias

none

Requis ?

false

Position ?

named

Valeur par défaut

none

Accepter l'entrée de pipeline ?

false

Accepter les caractères génériques ?

false

-InputObject<PSObject>

Specifies the cluster on which to run the cmdlet or the cluster resource for which to retrieve the checkpoint.

Alias

none

Requis ?

false

Position ?

named

Valeur par défaut

none

Accepter l'entrée de pipeline ?

true (ByValue)

Accepter les caractères génériques ?

false

-RegistryCheckpoint

Specifies that registry checkpoints will be retrieved.

Alias

none

Requis ?

false

Position ?

named

Valeur par défaut

none

Accepter l'entrée de pipeline ?

false

Accepter les caractères génériques ?

false

-ResourceName<StringCollection>

Specifies the resource for which to retrieve the checkpoint.

Alias

none

Requis ?

false

Position ?

1

Valeur par défaut

none

Accepter l'entrée de pipeline ?

false

Accepter les caractères génériques ?

false

<CommonParameters>

Cette applet de commande prend en charge les paramètres courants : -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer et -OutVariable. Pour plus d'informations, consultez  . about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entrées

Le type d'entrée correspond au type des objets que vous pouvez adresser à l'applet de commande.

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

Sorties

Le type de sortie correspond au type des objets que l'applet de commande émet.

  • System.Object

Exemples

Example 1

This example retrieves all cluster checkpoints.

PS C:\> Get-ClusterCheckpoint

Example 2

This example retrieves the cryptographic checkpoints for the resource named Cluster Name.

PS C:\> Get-ClusterResource –ResourceName "Cluster Name" | Get-ClusterCheckpoint -CryptoCheckpoint

Rubriques connexes

Add-ClusterCheckpoint

Remove-ClusterCheckpoint