Get-CauClusterRole

Gets configuration properties of the CAU clustered role on the specified cluster.

Syntax

Get-CauClusterRole
   [[-ClusterName] <String>]
   [-Credential <PSCredential>]
   [<CommonParameters>]

Description

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

Examples

Example 1: Get information about a CAU clustered role on the specified cluster

Get-CauClusterRole -ClusterName "CONTOSO-FC1"

This command gets information about the CAU clustered role on the cluster named CONTOSO-FC1.

Parameters

-ClusterName

Specifies the name of the cluster for which the CAU clustered role information that this cmdlet gets. This parameter is only required when this cmdlet isn't run on a failover cluster node, or this cmdlet is used to reference a failover cluster different from where the cmdlet is run.

Type:String
Position:0
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Credential

Specifies the administrative credentials for the target cluster.

Type:PSCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

Microsoft.ClusterAwareUpdating.CauParameter