Administrator Guide

string Motherboard_ePPID;
[Description("Current BIOS Version.")]
string BIOS_Version;
[Description("Type of the system eg. Laptop or Desktop")]
string System_Type;
[Description("Serial number of the CPU.")]
string Processor_Serial_Number;
[Description("Processor name.")]
string Processor_Information;
[Description("Processor speed.")]
string Processor_Speed;
[Description("Average of the percentage LCD brightness when the system was on AC.")]
sint16 LCD_Avg_Brightness_AC_Pct;
[Description("Average of the percentage LCD brightness when the system was on battery.")]
sint16 LCD_Avg_Brightness_DC_Pct;
[Description("Video Controller name.")]
string Video_Controller;
[Description("Video conroller memory size.")]
sint32 Video_RAM_Bytes;
[Description("Number of displays on the system.")]
sint16 Number_of_Displays;
[Description("Operating system, 32bit vs 64bit & system locale information.")]
string Operating_System;
[Description("AC adapter power (for notebooks only).")]
string AC_Adapter_Type_W;
[Description("Number of hours the system was on.")]
real32 Hours_On;
[Description("Number of hours the system was on when powered by AC.")]
real32 Hours_On_AC;
[Description(" Number of hours the system was on when powered by battery (for notebooks
only).")]
real32 Hours_On_Batt;
[Description("Number of times the AC adapter was inserted in the system (for notebooks
only).")]
sint16 No_Of_AC_Insertions;
[Description("Number of times the primary battery was inserted into the system (for notebooks
only).")]
// NameChange sint16 Number_Of_Battery_Insertions;
sint16 Num_Battery_Insertions;
[Description("Number of times the system was running on battery (for notebooks only).")]
sint16 Number_Of_Battery_Sessions;
[Description("Number of battery sessions where the session was between 0 to 30 mins (for
notebooks only).")]
sint16 Battery_Sessions_0_30mins;
[Description("Number of battery sessions where the session was between 30 mins to 1 hr(for
notebooks only).")]
sint16 Battery_Sessions_30min_1hr;
[Description("Number of battery sessions where the session was between 1 to 2 hrs (for
notebooks only).")]
sint16 Battery_Sessions_1_2hr;
[Description("Number of battery sessions where the session was between 2 to 3 hrs(for
notebooks only).")]
sint16 Battery_Sessions_2_3hr;
[Description("Number of battery sessions where the session was between 3 to 4 hrs (for
notebooks only).")]
sint16 Battery_Sessions_3_4hr;
[Description("Number of battery sessions where the session was between 4 to 6 hrs (for
notebooks only).")]
sint16 Battery_Sessions_4_6hr;
[Description("Number of battery sessions where the session was between 6 to 8 hrs (for
notebooks only).")]
sint16 Battery_Sessions_6_8hr;
[Description("Number of battery sessions where the session was between 8 to 12 hrs (for
notebooks only).")]
sint16 Battery_Sessions_8_12hr;
[Description("Number of battery sessions where the session was greater than 12 hrs (for
notebooks only).")]
sint16 Battery_Sessions_GT12hr;
[Description("Number of system shutdowns.")]
sint16 S5_Requests;
[Description("Number of times the system entered Hibernate state (S4).")]
sint16 S4_Requests;
[Description("Total time the system was in Hibernate state (S4).")]
28 B - WMI クラス定義ファイル