Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Pause an FTP ServerContent of Pause an FTP Server.vbsMD5 Hash: 6707F17EE70F957CFF46DF62398BE5C8 |
||
' Description: Pauses 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.Pause Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |