Lync Server 2013 强制删除聊天室

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Lync Server 2013 强制删除聊天室相关的知识,希望对你有一定的参考价值。

创建了一个聊天室,然后将聊天室创建者删除掉或者是将管理员删除掉之后,然后想删除这个聊天室。
解决:
在运行界面上运行:
Remove-CsPersistentChatRoom -Identity <string>
删除聊天室
技术分享图片
在mgc数据库中可以查看到聊天室的信息。
删除聊天室后,登录Lync客户端 报如下错误
技术分享图片
解决:
命令禁用 Identity 为 FePool.contoso.com\ITChatRoom 的持久聊天聊天室。
Set-CsPersistentChatRoom -Identity "FePool.contoso.com\ITChatRoom" -Disabled $True
删除 聊天室中的所有成员。
Set-CsPersistentChatRoom -Identity "FePool.contoso.com\ITChatRoom" -Members $null
-Managers @{Add="sip:[email protected]", "sip:[email protected]"}
若要从管理员列表中移除用户,请使用 Remove 方法:
-Managers @{Remove="sip:[email protected]"}

以上是关于Lync Server 2013 强制删除聊天室的主要内容,如果未能解决你的问题,请参考以下文章

Lync Server 2013 持久聊天服务器通道关闭

Lync Server 2013 标准版部署持久聊天服务器部署

用于 ASP.NET MVC 的 Lync Server 聊天客户端 API

Lync Server 2013客户端通讯簿报错404

如何以编程方式阅读 Lync 2013 IM 消息

Exchange Server 2013安装(为和Lync Server 2013集成做准备)