MS-721 · Question #275
You have a Microsoft Teams deployment. Users in the marketing department at your company report that they cannot use their Teams client to schedule a town hall meeting. You plan to use PowerShell to r
The correct answer is C. New-CsTeamsEventsPolicy. Town hall meetings in Teams are controlled by the TeamsEventsPolicy (not the older TeamsMeetingBroadcastPolicy, which governed the now-retired Live Events feature). If marketing users cannot schedule a town hall, it means either no TeamsEventsPolicy has been created with town hal
Question
Options
- ANew-CsTeamsMeetingTemplatePermissionPolicy
- BNew-CsTeamsMeetingBroadcastPolicy
- CNew-CsTeamsEventsPolicy
- DGrant-CsTeamsMeetingBroadcastPolicy
- EGrant-CsTeamsEventsPolicy
How the community answered
(57 responses)- A2% (1)
- B2% (1)
- C82% (47)
- D11% (6)
- E4% (2)
Explanation
Town hall meetings in Teams are controlled by the TeamsEventsPolicy (not the older TeamsMeetingBroadcastPolicy, which governed the now-retired Live Events feature). If marketing users cannot schedule a town hall, it means either no TeamsEventsPolicy has been created with town halls enabled, or one has not been granted to them. The first step is to create a new policy with the correct settings using New-CsTeamsEventsPolicy. After creating it, you would grant it to the affected users with Grant-CsTeamsEventsPolicy. New-CsTeamsMeetingBroadcastPolicy and Grant-CsTeamsMeetingBroadcastPolicy apply to the legacy Live Events feature, not town halls. New-CsTeamsMeetingTemplatePermissionPolicy controls meeting template visibility, not town hall scheduling.
Topics
Community Discussion
No community discussion yet for this question.