Questions about Persistent Chat Room

Evan Jiang 121 Reputation points
2020-11-24T01:54:55.293+00:00

Hi All,

could lync admin check how many persistent chat room created in the environmet, and the members in each chat room? could it be exported to a excel?

Skype for Business
Skype for Business
A Microsoft communications service that provides communications capabilities across presence, instant messaging, audio/video calling, and an online meeting experience that includes audio, video, and web conferencing.
603 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sharon Zhao-MSFT 25,056 Reputation points Microsoft Vendor
    2020-11-24T08:43:29.493+00:00

    @Evan Jiang ,

    You can run the following command to export the persistent chat room information to a .csv file.

    Get-CsPersistentChatRoom | Export-Csv -Path "C:\temp\PersistentRoomInfo.csv" -NoTypeInformation  
    

    This command returns information about the Persistent Chat chat rooms configured for use in your organization. The following image is a reference:

    42056-image.png

    For more information, please refer to this article.


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful