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