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