Get-Cau Cluster Role

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

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 command gets information about the CAU clustered role on the cluster named CONTOSO-FC1.

Optional 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 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
Accept pipeline input: False
Accept wildcard characters: False
-Credential

Specifies the administrative credentials for the target cluster.

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

Inputs

None

Outputs

Microsoft.ClusterAwareUpdating.CauParameter