Skip to content

Commit 8b9d318

Browse files
Update New-CsTeamsEventsPolicy.md
1 parent d8dc84e commit 8b9d318

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

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

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ 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>]
22+
[-WhatIf] [-Confirm] [<CommonParameters>]
2223
```
2324

2425
## DESCRIPTION
@@ -316,6 +317,25 @@ Accept pipeline input: False
316317
Accept wildcard characters: False
317318
```
318319
320+
### -BroadcastPremiumApps
321+
This setting will enable Tenant Admins to specify if 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.
322+
323+
Possible values are:
324+
- **Enabled**: An organizer of a Premium town hall can add a Premium App such as Polls to the Town hall
325+
- **Disabled**: An organizer of a Premium town hall CANNOT add a Premium App such as Polls to the Town hall
326+
327+
```yaml
328+
Type: String
329+
Parameter Sets: (All)
330+
Aliases:
331+
332+
Required: False
333+
Position: Named
334+
Default value: Enabled
335+
Accept pipeline input: False
336+
Accept wildcard characters: False
337+
```
338+
319339
### -Confirm
320340
The Confirm switch does not work with this cmdlet.
321341

0 commit comments

Comments
 (0)