Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List Secure BindingsContent of List Secure Bindings.vbsMD5 Hash: ADB0970FB847FBB6969C708298B9960E |
||
' Description: Lists IIS secure binding information.
strComputer = "." Set objWMIService = GetObject _ ("winmgmts:{authenticationLevel=pktPrivacy}\\" _ & strComputer & "\root\microsoftiisv2") Set colItems = objWMIService.ExecQuery _ ("Select * from IIsWebServerSetting") For Each objItem in colItems For i = 0 to Ubound(objItem.SecureBindings) Wscript.Echo "Port: " & _ objItem.SecureBindings(i).Port Next Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |