Lync 项目经验-24-为持久聊天室-查询或者增加成员

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Lync 项目经验-24-为持久聊天室-查询或者增加成员相关的知识,希望对你有一定的参考价值。

查询-持久聊天服务器-聊天室-中-成员:

get-cspersistentchatroom -Identity "SFBPCPool01.i-x-Cloud.com\云计算-总部" | select Members

增加-持久聊天服务器-聊天室-中-成员:

To add a new user to the Members list, use syntax similar to this:

-Members @{Add="sip:[email protected]"}

Multiple users can be added by separating the user SIP addresses with commas:

-Members @{Add="sip:[email protected]", "sip:[email protected]"}

set-cspersistentchatroom -Identity "SFBPCPool01.i-x-Cloud.com\云计算-总部" -Members @{Add="sip:[email protected]"}

set-cspersistentchatroom -Identity "SFBPCPool01.i-x-Cloud.com\云计算-研发中心" -Members @{Add="sip: [email protected]"}

set-cspersistentchatroom -Identity "SFBPCPool01.i-x-Cloud.com\云计算-设计中心 " -Members @{Add="sip: [email protected]"}

SFBPCPool01.contoso.com\持久聊天室 For IT

set-cspersistentchatroom -Identity "SFBPCPool01.contoso.com\持久聊天室 For IT" -Members @{Add="sip: [email protected]"}

set-cspersistentchatroom -Identity "SFBPCPool01.contoso.com\持久聊天室 For IT" -Members @{Add="sip:[email protected]"}

以上是关于Lync 项目经验-24-为持久聊天室-查询或者增加成员的主要内容,如果未能解决你的问题,请参考以下文章

Lync 项目经验-01-共存迁移-Lync 2013-TO-SFB 2015-规划01

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

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

Lync 项目经验-41-查询-启用-Lync-用户-详细信息(项目中)

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

Lync 项目经验-49-耗时5天修复某上市企业2000人邮箱数据库实录(五一巨献)