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