积极答复者
Exchange 2010 SP3日历共享

问题
-
使用以下命令为用户添加日历共享权限,报错。只有这个账号有问题,其他账号使用这个命令添加都正常。
看了这个账号的配置和其他邮箱是一样的。
请问怎么解决?
[PS] C:\Windows\system32>add-MailboxFolderPermission -Identity xxx:\日历 -User xxx -AccessRights Reviewer
RunspaceId : ae26fdfc-0ea8-4e12-bed6-80941e98cd50
FolderName : 日历
User : xxx
AccessRights : {Reviewer}
Identity : xxx
IsValid : True共享策略不允许您为用户授予对 CalendarFolder 文件夹"日历"的特定权限。
+ CategoryInfo : NotSpecified: (0:Int32) [Add-MailboxFolderPermission], RightsNotAllowedByPolicyException
+ FullyQualifiedErrorId : BC587BB2,Microsoft.Exchange.Management.StoreTasks.AddMailboxFolderPermission
答案
-
你好,
除了上述建议,建议你使用下面的指令共享日历,看是否有什么问题:
这里假设将test1的日历共享给test2
Add-MailboxFolderPermission -Identity test1@domain.com:\日历 -User test2 -AccessRights Reviewer
我找到一篇类似问题的博客,文中提到一个组织中的用户的alias如果不唯一,也会导致该报错,具体参考:
谢谢!
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 2016年7月28日 9:18
- 已标记为答案 Niko.ChengModerator 2016年8月3日 1:17
-
谢谢回复,共享策略是正确的。
只有这个账号有问题,给其他账号设置都正常。
后面是通过先给自己的账号设置Owner权限,然后在outlook中给有问题的账号分配的权限。
- 已标记为答案 Niko.ChengModerator 2016年8月3日 1:17
全部回复
-
你好,
除了上述建议,建议你使用下面的指令共享日历,看是否有什么问题:
这里假设将test1的日历共享给test2
Add-MailboxFolderPermission -Identity test1@domain.com:\日历 -User test2 -AccessRights Reviewer
我找到一篇类似问题的博客,文中提到一个组织中的用户的alias如果不唯一,也会导致该报错,具体参考:
谢谢!
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 2016年7月28日 9:18
- 已标记为答案 Niko.ChengModerator 2016年8月3日 1:17
-
谢谢回复,共享策略是正确的。
只有这个账号有问题,给其他账号设置都正常。
后面是通过先给自己的账号设置Owner权限,然后在outlook中给有问题的账号分配的权限。
- 已标记为答案 Niko.ChengModerator 2016年8月3日 1:17
-
你好,
有试过我上面提供的方案吗?我上面提供的文章也有可能是造成该问题的原因,也建议你参考下。
另外,如果问题已解决,请将其标记为答复,这样有助于其他论坛成员更方便的搜寻答案,感谢理解!
谢谢!
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 2016年7月28日 9:18