积极答复者
如何批量导入AD中某个组织单位中的所有组

问题
答案
-
-
你好,
只需要将对应的通用安全组转换启用邮件,然后将对应AD用户启用邮箱即可。
对安全组启用邮件,可以使用下面的指令:
Enable-DistributionGroup -Identity "组名称"
对已存在的AD用户批量启用邮箱:
Get-User | where-object{$_.RecipientType –eq “User”} | Enable-Mailbox –Database “DBName”
Best Regards,
Niko Cheng
Please remember to mark the replies as answers if they helped. If you have feedback for TechNet Subscriber Support, contact tnsf@microsoft.com.
Click here to learn more. Visit the dedicated forum to share, explore and talk to experts about Microsoft Teams.- 已建议为答案 Niko.ChengModerator 2018年4月23日 9:49
- 已标记为答案 成都的小菜鸟 2018年5月10日 5:34
全部回复
-
-
你好,
只需要将对应的通用安全组转换启用邮件,然后将对应AD用户启用邮箱即可。
对安全组启用邮件,可以使用下面的指令:
Enable-DistributionGroup -Identity "组名称"
对已存在的AD用户批量启用邮箱:
Get-User | where-object{$_.RecipientType –eq “User”} | Enable-Mailbox –Database “DBName”
Best Regards,
Niko Cheng
Please remember to mark the replies as answers if they helped. If you have feedback for TechNet Subscriber Support, contact tnsf@microsoft.com.
Click here to learn more. Visit the dedicated forum to share, explore and talk to experts about Microsoft Teams.- 已建议为答案 Niko.ChengModerator 2018年4月23日 9:49
- 已标记为答案 成都的小菜鸟 2018年5月10日 5:34
-
你好,
问题是否有任何进展?如果问题已解决,请将有用的答复标记为答案,谢谢!
Best Regards,
Niko Cheng
Please remember to mark the replies as answers if they helped. If you have feedback for TechNet Subscriber Support, contact tnsf@microsoft.com.
Click here to learn more. Visit the dedicated forum to share, explore and talk to experts about Microsoft Teams.