Powershell 获取 IIS6 SMTP 服务器域别名

Powershell 获取 IIS6 SMTP 服务器域别名

我正在尝试编写一个脚本,该脚本将为我提供有关 Windows SMTP 服务的一些信息。如果我使用

$smtpserver=[adsi]"IIS://localhost/SMTPSVC/1"

我可以获得一大堆属性,但是无法获得域别名列表。我该怎么做?

相关内容