Skip to content

Commit 9903085

Browse files
Merge pull request #12702 from MicrosoftDocs/main
[AutoPublish] main to live - 04/28 15:32 PDT | 04/29 04:02 IST
2 parents 3e4e5d3 + 6091f92 commit 9903085

File tree

2 files changed

+45
-7
lines changed

2 files changed

+45
-7
lines changed

teams/teams-ps/teams/New-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/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
@@ -296,7 +296,7 @@ Accept wildcard characters: False
296296
```
297297
298298
### -ParticipantSlideControl
299-
This setting governs whether participants can give control of presentation slides during meetings scheduled by this user. Set the type of users you want to be able to give control and be given control of presentation slides in meetings. Users excluded from the selected group will be prohibitted from giving control, or being given control, in a meeting.
299+
This setting governs whether participants can give control of presentation slides during meetings scheduled by this user. Set the type of users you want to be able to give control and be given control of presentation slides in meetings. Users excluded from the selected group will be prohibited from giving control, or being given control, in a meeting.
300300
301301
Possible values are:
302302
- **Everyone**: Anyone with the join link may enter the event.
@@ -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

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

Lines changed: 23 additions & 4 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

@@ -389,14 +389,14 @@ Accept wildcard characters: False
389389
```
390390
391391
### -ParticipantSlideControl
392-
This setting governs whether participants can give control of presentation slides during meetings scheduled by this user. Set the type of users you want to be able to give control and be given control of presentation slides in meetings. Users excluded from the selected group will be prohibitted from giving control, or being given control, in a meeting.
392+
This setting governs whether participants can give control of presentation slides during meetings scheduled by this user. Set the type of users you want to be able to give control and be given control of presentation slides in meetings. Users excluded from the selected group will be prohibited from giving control, or being given control, in a meeting.
393393
394394
Possible values are:
395395
- **Everyone**: Anyone with the join link may enter the event.
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)