Hardware Information (Windows) Extended
1 Votes |
Versioning - This is the latest version.
1 | Hardware Information (Windows) Extended | 8/7/2013 12:36:59 PM |
2 | Hardware Information (Windows) Extended | 8/9/2013 7:49:57 AM |
Description
CPU and Hardware Info from WMI
The latest version of this Analysis can be found here: http://bigfix.me/cdb/analysis/2994556
Property Details
2994563 | |
Alpha - Code that was just developed | |
Hardware Information (Windows) Extended | |
BESC | |
jgstew on 8/9/2013 7:49:57 AM | |
jgstew on 8/9/2013 7:49:57 AM | |
13178 Views / 134 Downloads | |
* Average over 0 ratings. ** Log In or Register to add your rating. |
Properties
DataWidth of CPU
Period
2 days
* Results in a true/false |
unique values of (string values of selects "DataWidth from Win32_Processor" of wmi)
AddressWidth of CPU
Period
2 days
* Results in a true/false |
unique values of (string values of selects "AddressWidth from Win32_Processor" of wmi)
L2CacheSize of CPU
Period
2 days
* Results in a true/false |
unique values of (string values of selects "L2CacheSize from Win32_Processor" of wmi)
Description of CPU
Period
2 days
* Results in a true/false |
unique values of (string values of selects "Description from Win32_Processor" of wmi)
SocketDesignation of CPU
Period
2 days
* Results in a true/false |
unique values of (string values of selects "SocketDesignation from Win32_Processor" of wmi)
L3CacheSize of CPU
Period
2 days
* Results in a true/false |
unique values of (string values of selects "L3CacheSize from Win32_Processor" of wmi)
Storage Controller
Period
2 days
* Results in a true/false |
unique values of (string values of selects "Name from win32_IDEController" of wmi)
Architecture of CPU
Period
2 days
* Results in a true/false |
(if it = "0" then "x86" else if it = "1" then "MIPS" else if it = "2" then "Alpha" else if it = "3" then "PowerPC" else if it = "6" then "Itanium" else if it = "9" then "x64" else if it as integer > 9 then ERROR "newer than x64" else ERROR "unknown") of (unique value of (string values of selects "Architecture from win32_Processor" of wmi) as string)
% CPU
Period
30 minutes
* Results in a true/false |
unique values of (string values of selects "LoadPercentage from Win32_Processor" of wmi)
Keyboard Desc.
Period
2 days
* Results in a true/false |
unique values of (string values of selects "Description from win32_keyboard" of wmi)
% CPU of Processes
Period
30 minutes
* Results in a true/false |
(string value of property "PercentProcessorTime" of it & " " & string value of property "Name" of it) of (select objects "Name,PercentProcessorTime from Win32_PerfFormattedData_PerfProc_Process" of wmi) whose ("0" != string value of property "PercentProcessorTime" of it AND "_Total" != string value of property "Name" of it AND "Idle" != string value of property "Name" of it)
Relevance
Sharing
Social Media: |
Comments
|
|
https://msdn.microsoft.com/en-us/library/aa387978(v=vs.85).aspx |
|
|
https://stackoverflow.com/a/48391065/861745 |