Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Enumerating IIsObject Class Instances -- WMIContent of Enumerating IIsObject Class Instances -- WMI.vbsMD5 Hash: C00316A1F86E044273C7C89D29482642 |
||
' Description: Lists all the instances of the IIsObject class.
strComputer = "." Set objWMIService = GetObject _ ("winmgmts:{authenticationLevel=pktPrivacy}\\" _ & strComputer & "\root\microsoftiisv2") Set colItems = objWMIService.ExecQuery("Select * from IIsObject") 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 :: |