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

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

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

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

完成后,您应该可以经过Powershell或EAC访问该房间,并将任何须需的请求者从新添加到房间策略中blog

相关文章
相关标签/搜索