BACK TO INDEX

Win32_TSSessionSetting
The Win32_TSSessionSetting class defines the configuration for Win32_Terminal. This includes capabilities such as Time-limits, Disconnection and Reconnection actions.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
ActiveSessionLimitUInt32Maximum allowed time for Active session in milliseconds where 0 implies NEVER.
BrokenConnectionActionUInt32If session limit is reached or connection is broken, one of the following actions is taken: Disconnect - User is disconnected from the session or Terminate - The session is permanently deleted from the server.
BrokenConnectionPolicyUInt32Describes which policy the server uses in order to determine when a connection is broken either due to network loss or time limits.
CaptionStringA short textual description (one-line string) of the CIM_Setting object.
DescriptionStringA textual description of the CIM_Setting object.
DisconnectedSessionLimitUInt32Time after which to end disconnected session in milliseconds where 0 implies NEVER.
IdleSessionLimitUInt32Idle session limit in units specified in milliseconds where 0 implies NEVER.
ReconnectionPolicyUInt32Indicates whether or not a user must use the same client in order to reconnect to a disconnected session.
SettingIDStringThe identifier by which the CIM_Setting object is known.
TerminalNameStringName of the Terminal.
TimeLimitPolicyUInt32Describes which policy the server uses in orderto determine the Active Session limit for user sessions.
SAMPLE DATA INSTANCE
   
   instance of Win32_TSSessionSetting
   {
    ActiveSessionLimit = 0;
    BrokenConnectionAction = 0;
    BrokenConnectionPolicy = 1;
    DisconnectedSessionLimit = 0;
    IdleSessionLimit = 0;
    ReconnectionPolicy = 1;
    TerminalName = "RDP-Tcp";
    TimeLimitPolicy = 1;
   };