PowerShell Logo Small

Get-CauClusterRole



This is the built-in help made by Microsoft for the command 'Get-CauClusterRole', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Retrieves configuration properties of the Cluster-Aware Updating (CAU) clustered role on the specified cluster.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


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



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=287664
Add-CauClusterRole
Disable-CauClusterRole
Enable-CauClusterRole
Remove-CauClusterRole
Set-CauClusterRole

REMARKS

<

Examples


EXAMPLE 1

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.