Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Topic Last Modified: 2014-02-07
To add larger groups of users to a chat room, see Configure categories in Lync Server 2013 and Manage categories in the Deployment documentation. For example, this command adds all the users from the NorthAmericaUsers OU in active Directory to the NorthAmerica chat room:
Set-CsPersistentChatRoom -PersistentChatPoolFqdn "atl-cs-001.litwareinc.com\NorthAmerica" -Members @{Add="OU=NorthAmericaUsers,DC=litwareinc,DC=com"}
His command adds all the members from the Finance distribution group to the same chat room:
Set-CsPersistentChatRoom -PersistentChatPoolFqdn "atl-cs-001.litwareinc.com\NorthAmerica" -Members @{Add="CN=Finance,OU=ExternalUsers,DC=litwareinc,DC=com"}