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