PowerShell Logo Small

Remove-CauClusterRole



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

Removes the Cluster-Aware Updating (CAU) clustered role from the specified failover cluster.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Remove-CauClusterRole cmdlet removes the Cluster-Aware Updating (CAU) clustered role from the specified failover cluster. To run CAU from a cluster, ensure that the CAU
clustered role is configured in that cluster.


Note: The Remove-CauClusterRole cmdlet removes the virtual computer object (VCO) in Active Directory for the CAU clustered role, unless you previously prestaged or specified
the VCO by running the Add-CauClusterRole cmdlet with the VirtualComputerObjectName parameter.



<

RELATED LINKS

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

REMARKS

<

Examples


EXAMPLE 1

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



This example removes the instance of the CAU clustered role that is configured on the cluster named CONTOSO-FC1. The example runs without displaying confirmation prompts.