Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 2.11 KB

meeting-speaker-coach.md

File metadata and controls

52 lines (40 loc) · 2.11 KB
title ms.author author manager ms.topic ms.service ms.reviewer ms.date audience ms.localizationpriority search.appverid ms.collection appliesto f1.keywords ms.custom description
Speaker Coach in Microsoft Teams meetings
wlibebe
wlibebe
pamgreen
article
msteams
10/12/2023
admin
medium
MET150
M365-collaboration
m365initiative-meetings
Tier2
Microsoft Teams
NOCSH
ms.teamsadmincenter.meetingpolicies.general
IT admins - Learn to turn speaker coach on or off for Teams meetings, webinars, and town halls.

Manage Speaker Coach for Microsoft Teams meetings, webinars, and town halls

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

Speaker Coach processes the audio of the user while they present, and of all unmuted participants during the meeting and provides private real-time feedback and suggestions for improvement. The user who turned on the Speaker Coach also gets a summary report of the feedback after the meeting. Only the user can view the summary report of feedback. Admins don't have access to any of this data.

For town halls, Speaker Coach only applies to organizers, co-organizers, and presenters.

As an admin, you can manage whether users can turn on Speaker Coach during Teams meetings, webinars, and town halls.

Manage speaker coach using PowerShell

You can only set and edit this policy in PowerShell by using 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 enabled by default. To turn off speaker coach, use the following script:

To turn off meeting reactions, use the following script:

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

Related topics