Topic Last Modified: 2014-02-07

To add larger groups of users to a chat room, see Configure Categories 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:

Copy Code
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:

Copy Code
Set-CsPersistentChatRoom -PersistentChatPoolFqdn "atl-cs-001.litwareinc.com\NorthAmerica" -Members @{Add="CN=Finance,OU=ExternalUsers,DC=litwareinc,DC=com"}