BACK TO INDEX

Win32_PerfFormattedData_TermService_TerminalServices
Terminal Services summary information.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
ActiveSessionsUInt32Number of active Terminal Services sessions.
CaptionStringA short textual description (one-line string) for the statistic or metric.
DescriptionStringA textual description of the statistic or metric.
Frequency_ObjectUInt64NA
Frequency_PerfTimeUInt64NA
Frequency_Sys100NSUInt64NA
InactiveSessionsUInt32Number of inactive Terminal Services sessions.
NameStringThe 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_ObjectUInt64NA
Timestamp_PerfTimeUInt64NA
Timestamp_Sys100NSUInt64NA
TotalSessionsUInt32Total 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;
   };