PowerShell Logo Small

Disable-CauClusterRole



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

Suspends the self-updating functionality on the specified cluster.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


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



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=287661
Enable-CauClusterRole
Get-CauClusterRole
Remove-CauClusterRole
Set-CauClusterRole

REMARKS

<

Examples


EXAMPLE 1

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



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