07 2021 档案

摘要:需求:原始域名lab.com,新域名newlab.com,原始域名exchange邮箱运行正常,目前需要Exchange上配置新的域名邮箱newlab.com 1、LDAP账户启用第二SMTP地址很简单,直接Exchange里配置即可 2、Outlook 客户端配置 test@newlab.com邮 阅读全文
posted @ 2021-07-22 11:29 小木目心 阅读(498) 评论(0) 推荐(0)
摘要:Get-ADGroup -Filter {GroupCategory -eq "Distribution" } -Properties members,mail,description | Where-Object {$_.members } | %{if (($_.distinguishedNam 阅读全文
posted @ 2021-07-19 10:05 小木目心 阅读(58) 评论(0) 推荐(0)