Skip to content

Commit 2893d40

Browse files
authored
Update Set-CsTeamsEventsPolicy.md
1 parent 4b5a86f commit 2893d40

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

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

Lines changed: 22 additions & 3 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/set-csteamseventspolicy
55
title: Set-CsTeamsEventsPolicy
66
schema: 2.0.0
7-
ms.date: 04/22/2025
7+
ms.date: 04/23/2025
88
---
99

1010
# Set-CsTeamsEventsPolicy
@@ -21,7 +21,7 @@ Set-CsTeamsEventsPolicy [-AllowWebinars <String>] [-EventAccessType <String>] [-
2121
[-AllowedTownhallTypesForRecordingPublish <String>] [-TownhallChatExperience <String>] [-Description <String>]
2222
[-RecordingForTownhall <String>] [-RecordingForWebinar <String>]
2323
[-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>]
24-
[-UseMicrosoftECDN <Boolean>] [-ParticipantSlideControl <String>]
24+
[-UseMicrosoftECDN <Boolean>] [-ParticipantSlideControl <String>] [-BroadcastPremiumApps <String>]
2525
[-Identity] <String> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2626
```
2727

@@ -396,7 +396,7 @@ Possible values are:
396396
- **EveryoneInOrganization**: Only internal AAD users and Multi-Tenant Organization (MTO) users can give or take control.
397397
- **EveryoneInOrganizationAndGuests**: Only those who are Guests to the tenant, MTO users, and internal AAD users may enter the event.
398398
- **None**: No one in the meeting can give or take control.
399-
-
399+
400400
```yaml
401401
Type: String
402402
Parameter Sets: (All)
@@ -409,6 +409,25 @@ Accept pipeline input: False
409409
Accept wildcard characters: False
410410
```
411411
412+
### -BroadcastPremiumApps
413+
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.
414+
415+
Possible values are:
416+
- **Enabled**: An organizer of a Premium town hall can add a Premium App such as Polls to the Town hall.
417+
- **Disabled**: An organizer of a Premium town hall CANNOT add a Premium App such as Polls to the Town hall.
418+
419+
```yaml
420+
Type: String
421+
Parameter Sets: (All)
422+
Aliases:
423+
424+
Required: False
425+
Position: Named
426+
Default value: Enabled
427+
Accept pipeline input: False
428+
Accept wildcard characters: False
429+
```
430+
412431
### -Confirm
413432
The Confirm switch does not work with this cmdlet.
414433

0 commit comments

Comments
 (0)