Skip to content

Commit ee439d1

Browse files
Update Set-CsTeamsEventsPolicy.md
1 parent 8b9d318 commit ee439d1

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

teams/teams-ps/teams/Set-CsTeamsEventsPolicy.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Set-CsTeamsEventsPolicy [-AllowWebinars <String>] [-EventAccessType <String>] [-
2222
[-RecordingForTownhall <String>] [-RecordingForWebinar <String>]
2323
[-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>]
2424
[-UseMicrosoftECDN <Boolean>] [-ParticipantSlideControl <String>]
25+
[-BroadcastPremiumApps <String>]
2526
[-Identity] <String> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2627
```
2728

@@ -409,6 +410,25 @@ Accept pipeline input: False
409410
Accept wildcard characters: False
410411
```
411412
413+
### -BroadcastPremiumApps
414+
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.
415+
416+
Possible values are:
417+
- **Enabled**: An organizer of a Premium town hall can add a Premium App such as Polls to the Town hall
418+
- **Disabled**: An organizer of a Premium town hall CANNOT add a Premium App such as Polls to the Town hall
419+
420+
```yaml
421+
Type: String
422+
Parameter Sets: (All)
423+
Aliases:
424+
425+
Required: False
426+
Position: Named
427+
Default value: Enabled
428+
Accept pipeline input: False
429+
Accept wildcard characters: False
430+
```
431+
412432
### -Confirm
413433
The Confirm switch does not work with this cmdlet.
414434

0 commit comments

Comments
 (0)