Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Get a List of the Devices That Arent WorkingContent of Get a List of the Devices That Arent Working.vbsMD5 Hash: 1AAB589A7B11206E0E92D800CD8299A5 |
||
strComputer = "."
Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2") Set colItems = objWMIService.ExecQuery _ ("Select * from Win32_PNPEntity Where ConfigManagerErrorCode <> 0") For Each objItem in colItems Wscript.Echo "Name: " & objItem.Name Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |