Get-CauClusterRole

Get-CauClusterRole

Retrieves configuration properties of the Cluster-Aware Updating (CAU) clustered role on the specified cluster.

構文

Parameter Set: Default
Get-CauClusterRole [[-ClusterName] <String> ] [-Credential <PSCredential> ] [ <CommonParameters>]

詳細説明

The Get-CauClusterRole cmdlet retrieves configuration properties of the Cluster-Aware Updating (CAU) clustered role on the specified cluster.

パラメーター

-ClusterName<String>

Specifies the name of the cluster for which the CAU clustered role information should be retrieved. This parameter is only required when this cmdlet is not run on a failover cluster node, or this cmdlet is used to reference a failover cluster different from where the cmdlet is run.

エイリアス

なし

必須?

false

位置は?

1

既定値

なし

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

false

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

false

-Credential<PSCredential>

Specifies the administrative credentials for the target cluster.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

false

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

false

<CommonParameters>

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

入力

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

  • None

出力

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

  • Microsoft.ClusterAwareUpdating.CauParameter

EXAMPLE 1

This example gets information about the CAU clustered role on the cluster called CONTOSO-FC1.

PS C:\> Get-CauClusterRole -ClusterName CONTOSO-FC1

関連トピック

Add-CauClusterRole

Disable-CauClusterRole

Enable-CauClusterRole

Remove-CauClusterRole

Set-CauClusterRole