Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List SMTP SessionsContent of List SMTP Sessions.vbsMD5 Hash: A1C1871BF8E6640665B9184837C956AE |
||
' Description: Returns the names of all the SMTP sessions running on an IIS server.
strComputer = "." Set objWMIService = GetObject _ ("winmgmts:{authenticationLevel=pktPrivacy}\\" _ & strComputer & "\root\microsoftiisv2") Set colItems = objWMIService.ExecQuery("Select * from IIsSmtpSessions") 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 :: |