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