Get-CauClusterRole
Get-CauClusterRole
Retrieves configuration properties of the Cluster-Aware Updating (CAU) clustered role on the specified cluster.
Syntax
Parameter Set: Default
Get-CauClusterRole [[-ClusterName] <String> ] [-Credential <PSCredential> ] [ <CommonParameters>]
Detailed Description
The Get-CauClusterRole cmdlet retrieves configuration properties of the Cluster-Aware Updating (CAU) clustered role on the specified cluster.
Parameters
-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.
Aliases |
none |
Required? |
false |
Position? |
1 |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
-Credential<PSCredential>
Specifies the administrative credentials for the target cluster.
Aliases |
none |
Required? |
false |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
<CommonParameters>
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).
Inputs
The input type is the type of the objects that you can pipe to the cmdlet.
- None
Outputs
The output type is the type of the objects that the cmdlet emits.
- Microsoft.ClusterAwareUpdating.CauParameter
Examples
EXAMPLE 1
This example gets information about the CAU clustered role on the cluster called CONTOSO-FC1.
PS C:\> Get-CauClusterRole -ClusterName CONTOSO-FC1