Win32_SessionDirectoryCluster class

Provides properties for viewing the properties of a farm in Remote Desktop Connection Broker (RD Connection Broker).

Note

In Windows Server 2008 R2, the name of Terminal Services Session Broker (TS Session Broker) was changed to RD Connection Broker. These properties apply to all supported operating systems unless otherwise noted.

Syntax

[dynamic, provider("Win32_WIN32_SESSIONDIRECTORYCLUSTER_Prov"), AMENDMENT]
class Win32_SessionDirectoryCluster
{
  string ClusterName;
  uint32 NumberOfServers;
  uint32 SingleSessionMode;
};

Members

The Win32_SessionDirectoryCluster class has these types of members:

Properties

The Win32_SessionDirectoryCluster class has these properties.

ClusterName

Data type: string

Access type: Read-only

Qualifiers: key

Name of the farm in RD Connection Broker.

NumberOfServers

Data type: uint32

Access type: Read-only

Number of servers in the farm in RD Connection Broker.

SingleSessionMode

Data type: uint32

Access type: Read-only

Single session mode of the farm in RD Connection Broker.

0

The farm in RD Connection Broker is not in single session mode.

1

The farm in RD Connection Broker is in single session mode.

Remarks

Managed Object Format (MOF) files contain the definitions for Windows Management Instrumentation (WMI) classes. MOF files are not installed as part of the Microsoft Windows Software Development Kit (SDK). They are installed on the server when you add the associated role by using the Server Manager. For more information about MOF files, see Managed Object Format (MOF).

Requirements

Requirement Value
Minimum supported client
None supported
Minimum supported server
Windows Server 2008
Namespace
Root\CIMv2
MOF
TssdWmi.mof
DLL
TssdWmi.dll

See also

Win32_SessionDirectoryServer

Win32_SessionDirectorySession