WMI Queries

root\cimv2
SELECT * FROM Win32_ComputerSystem WHERE Manufacturer LIKE “%DELL%”

root\cimv2
SELECT * FROM Win32_ComputerSystem WHERE Model LIKE “%CF-53%”

root\cimv2
SELECT * FROM Win32_BaseBoard WHERE Product LIKE “%P5B-TMX%”

root\cimv2
SELECT * FROM Win32_ComputerSystem WHERE Systemtype LIKE “%x64%”

Quick check

run
-> wmic baseboard get product,manufacturer
-> wmic computersystem get model,name,manufacturer,systemtype
-> wmic diskdrive get model


Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *