Chat in a meeting for guest

JulieMardersdw214 2,271 Reputation points
2025-02-26T13:06:07.25+00:00

I have a meeting created in a Teams channel - chat only works between members or owners and not with guests. Is there the possibility with powershell to enable the use of chat for guests?

Microsoft Teams Phone
Microsoft Teams Phone
Teams Phone enables call-control and Private Branch Exchange (PBX) capabilities in the Microsoft 365 cloud with Microsoft Teams.
205 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. JimmyYang-MSFT 57,111 Reputation points Microsoft Vendor
    2025-02-27T09:42:11.4766667+00:00

    @JulieMardersdw214

    You can execute the following command to allow guest users to chat:

    Set-CsTeamsGuestMessagingConfiguration -AllowUserChat $True

    Before you start, installing the Teams PowerShell module. Then, connect using an admin credentials. For more details, please refer tot this article: https://learn.microsoft.com/en-us/microsoft-365/enterprise/manage-skype-for-business-online-with-microsoft-365-powershell?view=o365-worldwide.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    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

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.