Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Start a Web ServerContent of Start a Web Server.vbsMD5 Hash: AAC512A81789DC84834D4F0EE3F2B611 |
||
' Description: Starts an IIS Web server named W3SVC/2142295254.
strComputer = "." Set objWMIService = GetObject _ ("winmgmts:{authenticationLevel=pktPrivacy}\\" _ & strComputer & "\root\microsoftiisv2") Set colItems = objWMIService.ExecQuery _ ("Select * From IIsWebServer Where Name = " & _ "'W3SVC/2142295254'") For Each objItem in colItems objItem.Start Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |