Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Enumerate Log ModulesContent of Enumerate Log Modules.vbsMD5 Hash: 881655D1BF5EB99942384FF12C5B93E2 |
||
' Description: Returns a list of all log modules found on a server.
strComputer = "LocalHost" Set colLogs = GetObject("IIS://" & strComputer & "/Logging") For Each objLog in colLogs Wscript.Echo "Name: " & objLog.Name Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |