Get-CauClusterRole
Retrieves configuration properties of the Cluster-Aware Updating (CAU) clustered role on the specified cluster.
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.
PS C:\> Get-CauClusterRole -ClusterName CONTOSO-FC1
Name Value
---- -----
ResourceGroupName CAUCAUCldy8
Status Online
StartDate 10/14/2011 3:00:00 AM
MaxFailedNodes 2
MaxRetriesPerNode 2
PostUpdateScript G:\verifyupdatesinstalled.ps1
RequireAllNodesOnline On
DaysOfWeek Tuesday, Saturday
WeeksOfMonth {2, 4}
This example gets information about the CAU clustered role on the cluster called CONTOSO-FC1.
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.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
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 |
None
Microsoft.ClusterAwareUpdating.CauParameter