Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List SMTP Routing SourcesContent of List SMTP Routing Sources.vbsMD5 Hash: 24E8CF9F728D1879368FFC944F326231 |
||
' Description: Lists the names of all the SMTP routing sources on an IIS server.
strComputer = "." Set objWMIService = GetObject _ ("winmgmts:{authenticationLevel=pktPrivacy}\\" _ & strComputer & "\root\microsoftiisv2") Set colItems = objWMIService.ExecQuery _ ("Select * from IIsSmtpRoutingSource") 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 :: |