Hi @Ramon Winter
The Meeting chat setting controls whether participants in your users' meetings can and read and write chat messages.
In addition to this Meeting chat policy, your users have their own Meeting chat control in their meeting options. If the admin policy isn't set to Off for everyone, organizers can manage chat availability in their meetings and webinars. They can choose to set chat to On, Off, or In meeting only. For more information on your users' Meeting chat controls, see Chat in a Teams meeting.
Manage meeting chat for your organization's Teams meetings using the Teams admin center
To manage meeting chat for your users in the Teams admin center, use the following steps:
- In the Teams admin center, expand Meetings and select Meeting policies.
- Select the policy you'd like to edit.
- Navigate to the Meeting engagement section.
- Set Meeting chat to your chosen value of either On for everyone, On for everyone but anonymous users, or Off for everyone.
- Select Save
Manage meeting chat using PowerShell
You can use the -MeetingChatEnabledType
parameter in theSet-CsTeamsMeetingPolicy cmdlet to control the availability of meeting chat.
To allow meeting chat to be on for everyone with this assigned policy, run the following script:
Set-CsTeamsMeetingPolicy -Identity <policy name> -MeetingChatEnabledType Enabled
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.