Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List All the WMI ProvidersContent of List All the WMI Providers.vbsMD5 Hash: F89E97DD3AAC77B85429A7F7EA395C0B |
||
' Description: Lists all WMI Providers installed in the root\cimv2 namespace.
strComputer = "." Set objWMIService=GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & _ strComputer & "\root\cimv2") Set colWin32Providers = objWMIService.InstancesOf("__Win32Provider") For Each objWin32Provider In colWin32Providers WScript.Echo objWin32Provider.Name Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |