![]() Loading |
| VBScript |
| JavaScript |
| Powershell |
Search Options: Get a List of the Devices That Arent Working
|
||
|
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 :: | ||