Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List NNTP SessionsContent of List NNTP Sessions.vbsMD5 Hash: 50FB51EA0E70EAAB779E3EE385CA2368 |
||
' Description: Lists the names of all the NNTP sessions on a computer.
strComputer = "." Set objWMIService = GetObject _ ("winmgmts:{authenticationLevel=pktPrivacy}\\" _ & strComputer & "\root\microsoftiisv2") Set colItems = objWMIService.ExecQuery("Select * from IIsNntpSessions") 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 :: |