Get-CauClusterRole
Gets configuration properties of the CAU clustered role on the specified cluster.
Syntax
Default (Default)
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.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 0 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-Credential
Specifies the administrative credentials for the target cluster.
Parameter properties
Type: | PSCredential |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.