PowerShell配置Exchange Server集线器配置

新建接收域
new-AcceptedDomain -Name ‘doubi.ren‘ -DomainName ‘doubi.ren‘ -DomainType ‘Authoritative‘
————————————————————————————————————————————————
新建电子邮件地址策略
new-EmailAddressPolicy -Name ‘doubi.ren‘ -RecipientContainer ‘DoubiOA.CN‘ -IncludedRecipients ‘AllRecipients‘ -Priority ‘最低‘ -EnabledEmailAddressTemplates ‘SMTP:%[email protected]
————————————————————————————————————————————————
更新电子邮件地址策略
update-EmailAddressPolicy -Identity ‘doubi.ren‘
————————————————————————————————————————————————
调整imap4身份验证为“纯文本登录“
Set-ImapSettings -Server ‘PEKDC1-CAS-01‘ -LoginType ‘PlainTextLogin‘
______________________________________________________________________________________
调整pop3身份验证为“纯文本登录“
Set-PopSettings -Server ‘PEKDC1-CAS-01‘ -LoginType ‘PlainTextLogin‘

本文出自 “笨鸟先飞” 博客,请务必保留此出处http://tingdongwang.blog.51cto.com/1056852/1661388

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。