PowerShell Logo Small

Enable-CauClusterRole



This is the built-in help made by Microsoft for the command 'Enable-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

Re-enables the self-updating functionality on the specified cluster.

SYNTAX


Enable-CauClusterRole [[-ClusterName] <String>] [-Credential <PSCredential>] [-Force] [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Enable-CauClusterRole re-enables the self-updating functionality on the specified cluster. The self-updating functionality of the cluster can be disabled with the
Disable-CauClusterRole cmdlet.



<

RELATED LINKS

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

REMARKS

<

Examples


EXAMPLE 1

PS C:\> Enable-CauClusterRole -ClusterName CONTOSO-FC1 -Force



This example enables the CAU clustered role on the CONTOSO-FC1 cluster to begin performing Updating Runs. The cmdlet changes the status of the CAU clustered role to Running.
The cmdlet runs without displaying confirmation prompts.