Adding domains of users and user groups to the room category in Lync Server 2013

 

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"}