EvictNode method of the MSCluster_Cluster class

Removes a specified node from the cluster.

Syntax

void EvictNode(
  [in] string NodeName
);

Parameters

NodeName [in]

Name of the cluster node to evict.

Return value

This method does not return a value.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2008
Namespace
Root\MSCluster
MOF
ClusWmi.mof
DLL
ClusWMI.dll

See also

MSCluster_Cluster