Skip to content

Commit 4b5a86f

Browse files
authored
Update New-CsTeamsEventsPolicy.md
1 parent fa4e51f commit 4b5a86f

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

teams/teams-ps/teams/New-CsTeamsEventsPolicy.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Module Name: MicrosoftTeams
44
online version: https://learn.microsoft.com/powershell/module/teams/new-csteamseventspolicy
55
title: New-CsTeamsEventsPolicy
66
schema: 2.0.0
7-
ms.date: 04/22/2025
7+
ms.date: 04/23/2025
88
---
99

1010
# New-CsTeamsEventsPolicy
@@ -18,7 +18,7 @@ This cmdlet allows you to create a new TeamsEventsPolicy instance and set its pr
1818
New-CsTeamsEventsPolicy [-Identity] <String> [-AllowWebinars <String>] [-AllowTownhalls <String>] [-AllowEmailEditing <String>] [-Description <String>]
1919
[-TownhallEventAttendeeAccess <String>] [-RecordingForTownhall <String>] [-RecordingForWebinar <String>]
2020
[-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>] [-AllowEventIntegrations <Boolean>] [-TownhallChatExperience <String>]
21-
[-UseMicrosoftECDN <String>] [-EventAccessType <String>] [-ParticipantSlideControl <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
21+
[-UseMicrosoftECDN <String>] [-EventAccessType <String>] [-ParticipantSlideControl <String>] [-BroadcastPremiumApps <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
2222
```
2323

2424
## DESCRIPTION
@@ -316,6 +316,25 @@ Accept pipeline input: False
316316
Accept wildcard characters: False
317317
```
318318
319+
### -BroadcastPremiumApps
320+
This setting governs whether an organizer of a Teams Premium town hall may add an app that is accessible by everyone, including attendees, in a broadcast style Event including a Town hall. This does not include control over apps (such as AI Producer and Custom Streaming Apps) that are only accessible by the Event group.
321+
322+
Possible values are:
323+
- **Enabled**: An organizer of a Premium town hall can add a Premium App such as Polls to the Town hall.
324+
- **Disabled**: An organizer of a Premium town hall CANNOT add a Premium App such as Polls to the Town hall.
325+
326+
```yaml
327+
Type: String
328+
Parameter Sets: (All)
329+
Aliases:
330+
331+
Required: False
332+
Position: Named
333+
Default value: Enabled
334+
Accept pipeline input: False
335+
Accept wildcard characters: False
336+
```
337+
319338
### -Confirm
320339
The Confirm switch does not work with this cmdlet.
321340

0 commit comments

Comments
 (0)