Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Enable a Web Service ApplicationContent of Enable a Web Service Application.vbsMD5 Hash: B452EC0B591AA784B667592E7DFF3ECE |
||
' Description: Enables the Web service application named Remote Administration Tools.
strComputer = "." Set objWMIService = GetObject _ ("winmgmts:{authenticationLevel=pktPrivacy}\\" _ & strComputer & "\root\microsoftiisv2") Set colItems = objWMIService.ExecQuery _ ("Select * From IIsWebService") For Each objItem in colItems objItem.EnableApplication _ ("Remote Administration Tools") Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |