PowerShell Logo Small

Clear-ClusterNode



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

Clears the cluster configuration from a node that was evicted from a failover cluster.

SYNTAX


Clear-ClusterNode [[-Name] <StringCollection>] [-Cluster <String>] [-Force] [-InputObject <PSObject>] [-Wait <Int32>] [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Clear-ClusterNode cmdlet clears the cluster configuration from a node that was evicted from a failover cluster. This cmdlet helps ensure that the failover cluster
configuration has been completely removed from a node that was evicted.


Note: This cmdlet cannot be run remotely without Credential Security Service Provider (CredSSP) authentication on the server computer.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=321024
Add-ClusterNode
Get-ClusterNode
Remove-ClusterNode

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Clear-ClusterNode –Name node4 -Force



This example removes cluster configuration information from the node named node4 without asking for user confirmation.




EXAMPLE 2

PS C:\>Clear-ClusterNode



This example removes cluster configuration information from the local node after prompting for confirmation.