Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List NNTP GroupsContent of List NNTP Groups.vbsMD5 Hash: F4D640A13D2F1D45D19A214056DBF5DC |
||
' Description: Lists all the NNTP groups on an IIS server.
strComputer = "." Set objWMIService = GetObject _ ("winmgmts:{authenticationLevel=pktPrivacy}\\" _ & strComputer & "\root\microsoftiisv2") Set colItems = objWMIService.ExecQuery("Select * from IIsNntpGroups") 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 :: |