WMIC

Useful WMIC Queries
http://blogs.technet.com/b/askperf/archive/2012/02/17/useful-wmic-queries.aspx

>wmic cpu get name,caption, maxclockspeed, deviceid, status
Caption                               DeviceID  MaxClockSpeed  Name
                         Status
Intel64 Family 6 Model 42 Stepping 7  CPU0      1400           Intel(R) Core(TM)
 i3-2367M CPU @ 1.40GHz  OK


出力形式の指定
http://www.atmarkit.co.jp/fwin2k/win2ktips/1014wmicevent/wmicevent.html

>wmic cpu get name,caption, maxclockspeed, deviceid, status /format:list


Caption=Intel64 Family 6 Model 42 Stepping 7
DeviceID=CPU0
MaxClockSpeed=1400
Name=Intel(R) Core(TM) i3-2367M CPU @ 1.40GHz
Status=OK