Redigera

Dela via


Join method of the Win32_RDMSJoinedNode class

Adds a node to Remote Desktop Management Services (RDMS).

Syntax

uint32 Join(
  [in] string NodeFQDN,
  [in] string NodeSID
);

Parameters

NodeFQDN [in]

The fully qualified domain name of the node.

NodeSID [in]

The security identifier (SID) of the node.

Return value

Returns 0 on success, otherwise returns a WMI error code.

Requirements

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

See also

Win32_RDMSJoinedNode