MT.1037 - Only users with Presenter role are allowed to present in Teams meetings
Overviewβ
This test checks the Org-wide default meeting policy is configured to only allow users in the Presenter role to request control and share content during meetings.
Restricting who can present limits meeting disruptions and reduces the risk of unwanted or inappropriate content being shared.
Remediation action:β
To prevent standard attendees from sharing content during Teams meetings:
- Click here to open Org-wide default settings > Meetings
- Or navigate to Teams Admin Center.
- Click Settings & policies > Org-wide default settings > Meetings.
- Scroll to the Content sharing section.
- Set Participants can give or request control to Off.
- Click Save.
Related linksβ
- Manage meeting policies for content sharing
- 7 tips for safe online meetings and collaboration with Microsoft Teams - Tip 3: Determine who can present content or share their screen in your Teams meeting
Test Metadataβ
| Field | Value |
|---|---|
| Test ID | MT.1037 |
| Severity | High |
| Suite | Maester |
| Category | Teams |
| PowerShell test | Test-MtTeamsRestrictParticipantGiveRequestControl |
| Tags | Maester, MT.1037, Teams |
Sourceβ
- Pester test:
tests/Maester/Teams/Test-TeamsMeeting.Tests.ps1 - PowerShell source:
powershell/public/maester/teams/Test-MtTeamsRestrictParticipantGiveRequestControl.ps1