Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Stop an FTP ServerContent of Stop an FTP Server.vbsMD5 Hash: 20E4F6AC196311A9409B9286526725E0 |
||
' Description: Stops an FTP server named MSFTPSVC/1.
strComputer = "." Set objWMIService = GetObject _ ("winmgmts:{authenticationLevel=pktPrivacy}\\" _ & strComputer & "\root\microsoftiisv2") Set colItems = objWMIService.ExecQuery _ ("Select * From IIsFtpServer Where Name = " & _ "'MSFTPSVC/1'") For Each objItem in colItems objItem.Stop Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |