nerdexam
Microsoft

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

Configure and manage Teams meetings, webinars, and town halls

Question

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 resolve the issue. Which PowerShell cmdlet should you run first?

Options

  • ANew-CsTeamsMeetingTemplatePermissionPolicy
  • BNew-CsTeamsMeetingBroadcastPolicy
  • CNew-CsTeamsEventsPolicy
  • DGrant-CsTeamsMeetingBroadcastPolicy
  • EGrant-CsTeamsEventsPolicy

How the community answered

(57 responses)
  • A
    2% (1)
  • B
    2% (1)
  • C
    82% (47)
  • D
    11% (6)
  • E
    4% (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

#Teams Town Halls#PowerShell#Teams Policies#Event Management

Community Discussion

No community discussion yet for this question.

Full MS-721 Practice