Redigera

Dela via


GetPendingStartServerList method of the Win32_RDSHServer class

Retrieves a list of server waiting to start.

Syntax

uint32 GetPendingStartServerList(
  [in]  uint32 maxServers,
  [out] string ServerFQDNs[]
);

Parameters

maxServers [in]

The maximum number of servers to return in the list.

ServerFQDNs [out]

On success, contains a collection of fully-qualified domain names of the servers waiting to start.

Remarks

The list of servers is reset after every call, so that the next call will not get a duplicate server.

Requirements

Requirement Value
Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\cimv2\rdms
MOF
RDManagement.mof
DLL
RDMS.dll

See also

Win32_RDSHServer