Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Delete a Web Service ApplicationContent of Delete a Web Service Application.vbsMD5 Hash: C320C5117F4CC57B7291771CEE63A961 |
||
' Description: Deletes 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.RemoveApplication("Remote Administration Tools") Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |