| Win32_PerfFormattedData_TermService_TerminalServices | |||
| Terminal Services summary information. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| ActiveSessions | UInt32 | Number of active Terminal Services sessions. | |
| Caption | String | A short textual description (one-line string) for the statistic or metric. | |
| Description | String | A textual description of the statistic or metric. | |
| Frequency_Object | UInt64 | NA | |
| Frequency_PerfTime | UInt64 | NA | |
| Frequency_Sys100NS | UInt64 | NA | |
| InactiveSessions | UInt32 | Number of inactive Terminal Services sessions. | |
| Name | String | The Name property defines the label by which the statistic or metric is known. When subclassed, the property can be overridden to be a Key property. | |
| Timestamp_Object | UInt64 | NA | |
| Timestamp_PerfTime | UInt64 | NA | |
| Timestamp_Sys100NS | UInt64 | NA | |
| TotalSessions | UInt32 | Total number of Terminal Services sessions. | |
| SAMPLE DATA INSTANCE | |||
|    [Description("Terminal Services summary information."): ToInstance Amended, DisplayName("Terminal Services"): ToInstance Amended, genericperfctr: ToInstance Amended, locale(1033): ToInstance Amended]    instance of Win32_PerfFormattedData_TermService_TerminalServices    {     [Description("Number of active Terminal Services sessions."): ToInstance Amended, DisplayName("Active Sessions"): ToInstance Amended] ActiveSessions = 1;     [Description("Number of inactive Terminal Services sessions."): ToInstance Amended, DisplayName("Inactive Sessions"): ToInstance Amended] InactiveSessions = 1;     [Description("Total number of Terminal Services sessions."): ToInstance Amended, DisplayName("Total Sessions"): ToInstance Amended] TotalSessions = 2;    }; | |||