Win32_RDMSJoinedNode class

Represents a server node that is managed by Remote Desktop Management Services (RDMS).

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[dynamic, provider("Win32_RDManagement_Prov"), AMENDMENT]
class Win32_RDMSJoinedNode
{
  string  FQDN;
  string  SID;
  String  OSVersion;
  boolean IsRdcb;
  boolean IsRdg;
  boolean IsRdls;
  boolean IsRdvh;
  boolean IsRdwa;
  boolean IsRdsh;
  boolean IsWebAccessCertificateInstalled;
  boolean IsGatewayCertificateInstalled;
  boolean IsRedirectorCertificateInstalled;
  boolean IsPublishingCertificateInstalled;
};

Members

The Win32_RDMSJoinedNode class has these types of members:

Methods

The Win32_RDMSJoinedNode class has these methods.

Method Description
GetJoinedNodeCount Windows Server 2012 R2 and Windows Server 2012: This method is unavailable prior to Windows Server 2016.
Gets the number of servers that have the specified role installed.
Join Adds a node to RDMS.
Unjoin Removes a node from RDMS.

Properties

The Win32_RDMSJoinedNode class has these properties.

FQDN

Data type: string

Access type: Read-only

Qualifiers: key, MaxLen (256)

Gets the fully qualified domain name of the node.

IsGatewayCertificateInstalled

Data type: boolean

Access type: Read/write

Gets and sets a value that indicates whether the server has a certificate to perform authentication for Remote Desktop gateway connections. TRUE if the certificate is installed; otherwise, FALSE.

IsPublishingCertificateInstalled

Data type: boolean

Access type: Read/write

Gets and sets a value that indicates whether the server has a certificate to sign Remote Desktop Protocol publishing files. TRUE if the certificate is installed; otherwise, FALSE.

IsRdcb

Data type: boolean

Access type: Read/write

Gets and sets a value that indicates whether the server is Remote Desktop Connection Broker. TRUE if the server is a Remote Desktop Connection Broker; otherwise, FALSE.

IsRdg

Data type: boolean

Access type: Read/write

Gets and sets a value that indicates whether the server is Remote Desktop gateway server. TRUE if the server is a Remote Desktop gateway server; otherwise, FALSE.

IsRdls

Data type: boolean

Access type: Read/write

Gets and sets a value that indicates whether the server is Remote Desktop license server. TRUE if the server is a Remote Desktop license server; otherwise, FALSE.

IsRdsh

Data type: boolean

Access type: Read/write

Gets and sets a value that indicates whether the server is Remote Desktop session host server. TRUE if the server is a Remote Desktop session host server; otherwise, FALSE.

IsRdvh

Data type: boolean

Access type: Read/write

Gets and sets a value that indicates whether the server is Remote Desktop virtualization host. TRUE if the server is a Remote Desktop virtualization host; otherwise, FALSE.

IsRdwa

Data type: boolean

Access type: Read/write

Gets and sets a value that indicates whether the server is Remote Desktop web access server. TRUE if the server is a Remote Desktop Web Access server; otherwise, FALSE.

IsRedirectorCertificateInstalled

Data type: boolean

Access type: Read/write

Gets and sets a value that indicates whether the server has a certificate to perform authentication for Remote Desktop Services deployment. TRUE if the certificate is installed; otherwise, FALSE.

IsWebAccessCertificateInstalled

Data type: boolean

Access type: Read/write

Gets and sets a value that indicates whether the server has a certificate to perform authentication for Remote Desktop Web Access. TRUE if the certificate is installed; otherwise, FALSE.

OSVersion

Data type: String

Access type: Read/write

Qualifiers: MaxLen (64)

Gets and sets the version of the operating systems on the node.

SID

Data type: string

Access type: Read-only

Qualifiers: MaxLen (256)

Gets the security identifier (SID) of the node.

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

Remote Desktop Management Services Provider