在Exchange 2013 EAC中访问资源邮箱时,可能会遇到一个错误,可能会阻止您查看或编辑房间邮箱属性:
Powershell中运行也是同样
Get-CalendarProcessing <Room>
警告:发生意外错误而且正在生成Watson转储:值“已经存在于
集合中。
值“已经存在于集合中。shell
解决方案:在Exchange Powershell中运行如下命令以清除值。示例: Set-CalendarProcessing <Room> -BookInPolicy $ null ide
完成后,您应该可以经过Powershell或EAC访问该房间,并将任何须需的请求者从新添加到房间策略中blog