GetNodeStatus method of the MSCluster_ValidationStatus class

Gets the validation status of the node(s) not yet clustered.

Syntax

void GetNodeStatus(
  [in]  string NodeNames[],
  [out] uint32 Status
);

Parameters

NodeNames [in]

The nodes names to validate.

Status [out]

The status of the validation.

None (0)

Completed (1)

Has UnselectedTests (2)

Has Failures (4)

Has Warnings (8)

Canceled (16)

Has Inapplicable Tests (64)

**Windows Server 2012 R2 and Windows Server 2012: **

This value is not supported before Windows Server 2016.

Return value

This method does not return a value.

Requirements

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

See also

MSCluster_ValidationStatus