Skip to content

[AutoPublish] main to live - 05/12 15:33 PDT | 05/13 04:03 IST #12735

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
May 12, 2025
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
e3e3048
Update set-csteamsmessagingconfiguration.md
alejandramunozv Mar 28, 2025
84796f9
Merge branch 'MicrosoftDocs:main' into main
alejandramunozv Apr 28, 2025
ebd0d29
Update New-CsTeamsChannelsPolicy.md
alejandramunozv Apr 28, 2025
d8dc84e
Update Set-CsTeamsChannelsPolicy.md
alejandramunozv Apr 28, 2025
8b9d318
Update New-CsTeamsEventsPolicy.md
alejandramunozv Apr 28, 2025
ee439d1
Update Set-CsTeamsEventsPolicy.md
alejandramunozv Apr 28, 2025
d88f1b7
Update Set-CsTeamsChannelsPolicy.md
alejandramunozv Apr 28, 2025
e477e5f
Update New-CsTeamsChannelsPolicy.md
alejandramunozv Apr 28, 2025
37602c6
Merge branch 'main' into main
alejandramunozv May 12, 2025
d3ab7dc
Update Set-CsTenantFederationConfiguration.md
alejandramunozv May 12, 2025
b63dd1b
Update Set-CsTeamsEventsPolicy.md
alejandramunozv May 12, 2025
0133073
Update New-CsTeamsEventsPolicy.md
alejandramunozv May 12, 2025
f1085c5
Merge pull request #12638 from alejandramunozv/main
padmagit77 May 12, 2025
61a8b29
Update New-CsExternalAccessPolicy.md
alejandramunozv May 12, 2025
8fb1842
Update Set-CsExternalAccessPolicy.md
alejandramunozv May 12, 2025
6b39eaf
Update New-CsExternalAccessPolicy.md
alejandramunozv May 12, 2025
977f02f
Update Set-CsExternalAccessPolicy.md
alejandramunozv May 12, 2025
3f54cfe
Update Set-CsExternalAccessPolicy.md
alejandramunozv May 12, 2025
2cf9182
typo fix
Ruchika-mittal01 May 12, 2025
7e5e1a6
typo fix
Ruchika-mittal01 May 12, 2025
5970dca
Merge pull request #12733 from alejandramunozv/main
Ruchika-mittal01 May 12, 2025
9295271
Update Get-QuarantineMessage.md
chrisda May 12, 2025
d22ff0b
Merge pull request #12734 from MicrosoftDocs/chrisda
chrisda May 12, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update New-CsTeamsEventsPolicy.md
  • Loading branch information
alejandramunozv authored May 12, 2025
commit 013307316a1e3c8b406172dbe61dc05f2507840c
23 changes: 1 addition & 22 deletions teams/teams-ps/teams/New-CsTeamsEventsPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This cmdlet allows you to create a new TeamsEventsPolicy instance and set its pr
New-CsTeamsEventsPolicy [-Identity] <String> [-AllowWebinars <String>] [-AllowTownhalls <String>] [-AllowEmailEditing <String>] [-Description <String>]
[-TownhallEventAttendeeAccess <String>] [-RecordingForTownhall <String>] [-RecordingForWebinar <String>]
[-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>] [-AllowEventIntegrations <Boolean>] [-TownhallChatExperience <String>]
[-UseMicrosoftECDN <String>] [-EventAccessType <String>] [-ParticipantSlideControl <String>] [-BroadcastPremiumApps <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
[-UseMicrosoftECDN <String>] [-EventAccessType <String>] [-BroadcastPremiumApps <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -295,27 +295,6 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -ParticipantSlideControl
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.

Possible values are:
- **Everyone**: Anyone with the join link may enter the event.
- **EveryoneInOrganization**: Only internal AAD users and Multi-Tenant Organization (MTO) users can give or take control.
- **EveryoneInOrganizationAndGuests**: Only those who are Guests to the tenant, MTO users, and internal AAD users may enter the event.
- **None**: No one in the meeting can give or take control.

```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: EveryoneInOrganization
Accept pipeline input: False
Accept wildcard characters: False
```

### -BroadcastPremiumApps
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.

Expand Down