Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List SMTP Log ModulesContent of List SMTP Log Modules.vbsMD5 Hash: E04E190DC1A2AB22746FF795267F0457 |
||
' Description: Lists all the SMTP log modules on an IIS server.
strComputer = "." Set objWMIService = GetObject _ ("winmgmts:{authenticationLevel=pktPrivacy}\\" _ & strComputer & "\root\microsoftiisv2") Set colItems = objWMIService.ExecQuery _ ("Select * from IIsSmtpInfoSetting") 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 :: |