- Run wbemtest.exe
- Connect to \\servername\root\cimv2
- If you receive "WMI Response - The RPC server is unavailable" skip to FW changes
- Click Query to perform some test queries
OUTPUT: Win32_Processor.DeviceID="CPU0"
select * from win32_product
OUTPUT: List of installed software
select * from Win32_ComputerSystem
OUTPUT: Win32_ComputerSystem.Name="COMPUTERNAME"
No comments:
Post a Comment