![]() Loading |
| VBScript |
| JavaScript |
| Powershell |
Search Options: Stop an FTP Server
|
||
|
' 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 :: | ||