积极答复者
委托邮箱的自动映射问题

问题
-
我公司邮箱服务器是exchange 2013,现在创建了一些共享邮箱给大家一起使用
以前在ECP里直接给要使用的账户授权,在outlook端即可自动映射该共享邮箱
现在我尝试用group来授权,授权完成后outlook上不会自动映射邮箱,需要去配置里手动添加
我搜到资料都说可以使用下面的命令禁用自动映射
Add-MailboxPermission -Identity JeroenC -User 'Mark Steele' -AccessRight FullAccess -InheritanceType All -Automapping $false
我尝试把用命令给group授权,并把Automapping设置为true,但是并没有效果
不知道使用group授权是否可以在outlook上自动映射呢?
答案
-
你好,
根据你的描述,我的理解是:你是将共享邮箱的FullAccess权限分配给一个群组(group),然后希望群组中的每一个成员都能实现自动映射该共享邮箱;是这样吗?
据我所知,Exchange中自动映射只支持单个用户授权,并不支持群组授权。所以,如果我对你的需求理解没错的话,是无法实现group授权的自动映射功能。
正如你所提到的,作为一种变通方法,可以通过授权group,然后再手动添加映射邮箱。
谢谢!
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.
Niko Cheng
TechNet Community Support- 已标记为答案 Niko.ChengModerator 2015年5月19日 2:48
全部回复
-
-
你好,
根据你的描述,我的理解是:你是将共享邮箱的FullAccess权限分配给一个群组(group),然后希望群组中的每一个成员都能实现自动映射该共享邮箱;是这样吗?
据我所知,Exchange中自动映射只支持单个用户授权,并不支持群组授权。所以,如果我对你的需求理解没错的话,是无法实现group授权的自动映射功能。
正如你所提到的,作为一种变通方法,可以通过授权group,然后再手动添加映射邮箱。
谢谢!
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.
Niko Cheng
TechNet Community Support- 已标记为答案 Niko.ChengModerator 2015年5月19日 2:48