Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
APPLIES TO:
Meetings
Events
Overview
Reactions in Microsoft Teams meetings and events enhance communication and engagement by allowing participants to express their feedback in real time.
As an admin, you can use the Teams admin center or PowerShell to set the default value for reactions in your organizers' Meeting options. Organizers can change the setting for each meeting and event they create.
For more information about how users can use reactions, see Express yourself in Microsoft Teams meetings with live reactions.
Manage reactions
By default, meeting reactions are set to On in your organizers' Meeting options.
Using the Teams admin center
To manage the default value for meeting reactions, follow these steps:
- In the left navigation of the Teams admin center, go to Meetings > Meeting policies.
- Select the policy that you want to edit.
- Under Meeting engagement, turn the Reactions toggle On or Off.
- Select Save.
Using PowerShell
To manage the default value for meeting reactions, use the -AllowMeetingReactions parameter within the Set-CsTeamsMeetingPolicy cmdlet.
To set the default value for meeting reactions to Off for organizers with the policy, run the following command:
Set-CsTeamsMeetingPolicy -Identity <policy name> -AllowMeetingReactions Disabled