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

在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访问该房间,并将任何必需的请求者重新添加到房间策略中

猜你喜欢

转载自blog.51cto.com/10981246/2104254