Manage Speaker Coach for Microsoft Teams meetings and events

APPLIES TO: ✔️Meetings ✔️Webinars ✔️Town halls

Overview

Speaker Coach in Teams meetings and events processes the user's audio while they present, as well as the audio of all unmuted participants, providing private real-time feedback and suggestions for improvement. For town halls, Speaker Coach only applies to organizers, co-organizers, and presenters. The user who turns on Speaker Coach receives a summary report of the feedback after the meeting or event, which only they can view, but you don't have access to this data. As an admin, you can manage whether users in your organization can use Speaker Coach during meetings and events.

Manage Speaker Coach using PowerShell

You must 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.

This setting is on by default. To turn off Speaker Coach, use the following script:

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