Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List Web Service ExtensionsContent of List Web Service Extensions.vbsMD5 Hash: 6F15BC16B6F59324A6A7F9CDD492CEEC |
||
' Description: Lists all IIS Web service extensions.
strComputer = "." Set objWMIService = GetObject _ ("winmgmts:{authenticationLevel=pktPrivacy}\\" _ & strComputer & "\root\microsoftiisv2") Set colItems = objWMIService.ExecQuery _ ("Select * From IIsWebService") For Each objItem in colItems objItem.ListWebServiceExtensions arrExtensions For i = 0 to Ubound(arrExtensions) Wscript.Echo arrExtensions(i) Next Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |