在指定的 OU 中创建的所有用户的邮箱。
powershell:
Get-User -OrganizationalUnit “andeby.dk/Andeby” | Where {$_.RecipientType -eq “user”}| Enable-Mailbox -database “w2k3server\First Storage Group\Mailbox Database”
Latest posts by Exchange中文站 (see all)
- 微软发布Azure PlayFab公众预览 - 2021年10月22日
- 微软发布全新云计算资料分析工具Azure Synapse - 2020年12月15日
- Exchange Server 版本号和发行日期汇总 - 2020年9月21日
发布于:
浏览:1425 次
还没有评论