![]() Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Enumerate Log Modules
|
||
' 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 :: |