Manage Speaker Coach for Microsoft Teams meetings and events

APPLIES TO: Image of a checkmark for yesMeetings Image of a checkmark for yesEvents

Overview

Speaker Coach in Teams meetings and events processes a user's audio while they present, as well as the audio of all unmuted participants, providing private real-time feedback and suggestions for improvement. The user who turns on Speaker Coach receives a summary report of the feedback after the meeting or event, which only they can view. You don't have access to this data.

Note

In Teams events, Speaker Coach applies only to organizers, co-organizers, and presenters.

As an admin, you can manage whether users in your organization can use Speaker Coach during meetings and events.

To learn more about how your users use Speaker Coach, see Speaker Coach in Microsoft Teams meetings.

Manage Speaker Coach by using PowerShell

You use PowerShell to manage Speaker Coach through the -AllowMeetingCoach parameter within the Set-CsTeamsMeetingPolicy cmdlet. Or, you can create a new Teams meeting policy by using the New-CsTeamsMeetingPolicy cmdlet and assign it to users.

Speaker Coach is on by default. To turn off Speaker Coach, run the following command:

Set-CsTeamsMeetingPolicy -Identity <policy name> -AllowMeetingCoach False