Skip to content

Commit 0133073

Browse files
Update New-CsTeamsEventsPolicy.md
1 parent b63dd1b commit 0133073

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

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

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -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>] [-BroadcastPremiumApps <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
21+
[-UseMicrosoftECDN <String>] [-EventAccessType <String>] [-BroadcastPremiumApps <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
2222
```
2323

2424
## DESCRIPTION
@@ -295,27 +295,6 @@ Accept pipeline input: False
295295
Accept wildcard characters: False
296296
```
297297
298-
### -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 prohibited from giving control, or being given control, in a meeting.
300-
301-
Possible values are:
302-
- **Everyone**: Anyone with the join link may enter the event.
303-
- **EveryoneInOrganization**: Only internal AAD users and Multi-Tenant Organization (MTO) users can give or take control.
304-
- **EveryoneInOrganizationAndGuests**: Only those who are Guests to the tenant, MTO users, and internal AAD users may enter the event.
305-
- **None**: No one in the meeting can give or take control.
306-
307-
```yaml
308-
Type: String
309-
Parameter Sets: (All)
310-
Aliases:
311-
312-
Required: False
313-
Position: Named
314-
Default value: EveryoneInOrganization
315-
Accept pipeline input: False
316-
Accept wildcard characters: False
317-
```
318-
319298
### -BroadcastPremiumApps
320299
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.
321300

0 commit comments

Comments
 (0)