码迷,mamicode.com
首页 > 其他好文 > 详细

访问资源邮箱时出错:“该值”已存在于集合中“

时间:2018-04-17 11:49:25      阅读:211      评论:0      收藏:0      [点我收藏+]

标签:exchange会议邮箱

在Exchange 2013 EAC中访问资源邮箱时,可能会遇到一个错误,可能会阻止您查看或编辑房间邮箱属性:
技术分享图片
Powershell中运行也是一样
Get-CalendarProcessing <Room>
警告:发生意外错误并且正在生成Watson转储:值“已经存在于
集合中。
值“已经存在于集合中。

  • CategoryInfo:NotSpecified:(:) [Get-CalendarProcessing],InvalidOperationException
  • FullyQualifiedErrorId:System.InvalidOperationException,Microsoft.Exchange.Management.StoreTasks.GetCalendarProcessing
    原因:通常这是因为 在房间的RequestInPolicy或BookInPolicy属性中列出了禁用的邮箱。

解决方案:在Exchange Powershell中运行以下命令以清除值。示例: Set-CalendarProcessing <Room> -BookInPolicy $ null

完成后,您应该能够通过Powershell或EAC访问该房间,并将任何必需的请求者重新添加到房间策略中

访问资源邮箱时出错:“该值”已存在于集合中“

标签:exchange会议邮箱

原文地址:http://blog.51cto.com/10981246/2104254

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!