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:
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.