PerformClusterNodeOperation method of the PS_NetworkController class

Performs cluster node-specific operations.

Syntax

uint32 PerformClusterNodeOperation(
  [in] sint8  Operation,
  [in] string NodeName
);

Parameters

Operation [in]

The operation ID.

EnableNode (0)

DisableNode (1)

DisableNodeWithRemoveData (2)

RemoveNodeState (3)

NodeName [in]

The name of the node.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\Microsoft\Windows\NetworkController\Server
MOF
NCServerPSProvider.mof
DLL
NCServerPSProvider.dll

See also

PS_NetworkController