Hardware Information (Windows) Extended
Log In or Register to download the BES file, and more.

1 Votes

Versioning - This is the latest version.

1Hardware Information (Windows) Extended8/7/2013 12:36:59 PM
2Hardware Information (Windows) Extended8/9/2013 7:49:57 AM


Property Details

ID2994563
StatusAlpha - Code that was just developed
TitleHardware Information (Windows) Extended
DomainBESC
Added by on 8/9/2013 7:49:57 AM
Last Modified by on 8/9/2013 7:49:57 AM
Counters 13178 Views / 134 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 0 ratings. ** Log In or Register to add your rating.

Properties

DataWidth of CPU
Period 2 days
 
  * Results in a true/false
Show indented relevance
unique values of (string values of selects "DataWidth from Win32_Processor" of wmi)
AddressWidth of CPU
Period 2 days
 
  * Results in a true/false
Show indented relevance
unique values of (string values of selects "AddressWidth from Win32_Processor" of wmi)
L2CacheSize of CPU
Period 2 days
 
  * Results in a true/false
Show indented relevance
unique values of (string values of selects "L2CacheSize from Win32_Processor" of wmi)
Description of CPU
Period 2 days
 
  * Results in a true/false
Show indented relevance
unique values of (string values of selects "Description from Win32_Processor" of wmi)
SocketDesignation of CPU
Period 2 days
 
  * Results in a true/false
Show indented relevance
unique values of (string values of selects "SocketDesignation from Win32_Processor" of wmi)
L3CacheSize of CPU
Period 2 days
 
  * Results in a true/false
Show indented relevance
unique values of (string values of selects "L3CacheSize from Win32_Processor" of wmi)
Storage Controller
Period 2 days
 
  * Results in a true/false
Show indented relevance
unique values of (string values of selects "Name from win32_IDEController" of wmi)
Architecture of CPU
Period 2 days
 
  * Results in a true/false
Show indented relevance
(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
Show indented relevance
unique values of (string values of selects "LoadPercentage from Win32_Processor" of wmi)
Keyboard Desc.
Period 2 days
 
  * Results in a true/false
Show indented relevance
unique values of (string values of selects "Description from win32_keyboard" of wmi)
% CPU of Processes
Period 30 minutes
 
  * Results in a true/false
Show indented relevance
(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

isWindows (Relevance 1172)
Used in 1152 fixlets and 538 analyses   * Results in a true/false
Show indented relevance
windows of operating system
Used in 2 fixlets and 23 analyses   * Results in a true/false
Show indented relevance
exists wmi

Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!
jgstew -
https://msdn.microsoft.com/en-us/library/aa387978(v=vs.85).aspx
jgstew -
https://stackoverflow.com/a/48391065/861745