Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List All FTP Log ModulesContent of List All FTP Log Modules.vbsMD5 Hash: 408345DB9701A5FD1F1D9308D8D45B3A |
||
' Description: Returns the names of all the FTP log modules on an IIS server.
strComputer = "." Set objWMIService = GetObject _ ("winmgmts:{authenticationLevel=pktPrivacy}\\" _ & strComputer & "\root\microsoftiisv2") Set colItems = objWMIService.ExecQuery _ ("Select * from IIsFtpInfoSetting") For Each objItem in colItems Wscript.Echo "Name: " & objItem.Name Wscript.Echo "Log Module List: " & objItem.LogModuleList Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |