BACK TO INDEX

Win32_PerfRawData_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_PerfRawData_TermService_TerminalServices
   {
    [Description("Number of active Terminal Services sessions."): ToInstance Amended, DisplayName("Active Sessions"): ToInstance Amended] ActiveSessions = 1;
    Frequency_Object = "10000000";
    Frequency_PerfTime = "3579545";
    Frequency_Sys100NS = "10000000";
    [Description("Number of inactive Terminal Services sessions."): ToInstance Amended, DisplayName("Inactive Sessions"): ToInstance Amended] InactiveSessions = 1;
    Timestamp_Object = "129459965994343001";
    Timestamp_PerfTime = "615154145874";
    Timestamp_Sys100NS = "1718526086000";
    [Description("Total number of Terminal Services sessions."): ToInstance Amended, DisplayName("Total Sessions"): ToInstance Amended] TotalSessions = 2;
   };