Using wbemtest.exe to troubleshoot WMI:
If hardware manufacturer is HP:cscript wmiDataCollector.vbs <RemoteHost> <UserName> <Password> ..\HPHardwareDataCollector.xml > hwinfo.txtIf hardware manufacturer is DELL:cscript wmiDataCollector.vbs <RemoteHost> <UserName> <Password> ..\DELLHardwareDataCollector.xml > hwinfo.txtExample:cscript wmiDataCollector.vbs apmtest test test123 ..\DELLHardwareDataCollector.xml > hwinfo.txtcscript wmiDataCollector.vbs localhost ..\DELLHardwareDataCollector.xml > hwinfo.txt