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