GetServerClusterName method of the MSFT_ServerManagerTasks class

Retrieves the access names and name of all the nodes in the cluster.

Syntax

uint32 GetServerClusterName(
  [out] string cmdletOutput[]
);

Parameters

cmdletOutput [out]

The list of cluster names.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Windows\ServerManager
MOF
MgmtProvider.mof
DLL
MgmtProvider.dll

See also

MSFT_ServerManagerTasks