@@ -4,7 +4,7 @@ Module Name: MicrosoftTeams
4
4
online version : https://learn.microsoft.com/powershell/module/teams/new-csteamseventspolicy
5
5
title : New-CsTeamsEventsPolicy
6
6
schema : 2.0.0
7
- ms.date : 11/12/2024
7
+ ms.date : 02/26/2025
8
8
---
9
9
10
10
# New-CsTeamsEventsPolicy
@@ -16,7 +16,7 @@ This cmdlet allows you to create a new TeamsEventsPolicy instance and set its pr
16
16
17
17
``` powershell
18
18
New-CsTeamsEventsPolicy [-Identity] <String> [-AllowWebinars <String>] [-AllowTownhalls <String>] [-AllowEmailEditing <String>] [-Description <String>]
19
- [-RecordingForTownhall <String>] [-RecordingForWebinar <String>]
19
+ [-TownhallEventAttendeeAccess <String>] [- RecordingForTownhall <String>] [-RecordingForWebinar <String>]
20
20
[-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>] [-AllowEventIntegrations <Boolean>] [-TownhallChatExperience <String>]
21
21
[-UseMicrosoftECDN <String>] [-EventAccessType <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
22
22
[-ImmersiveEvents <String>]
@@ -94,6 +94,24 @@ Accept pipeline input: False
94
94
Accept wildcard characters : False
95
95
` ` `
96
96
97
+ ### -TownhallEventAttendeeAccess
98
+ This setting governs what identity types may attend a Town hall that is scheduled by a particular person or group that is assigned this policy.
99
+ Possible values are:
100
+ - **Everyone**: Anyone with the join link may enter the event.
101
+ - **EveryoneInOrganizationAndGuests**: Only those who are Guests to the tenant, MTO users, and internal AAD users may enter the event.
102
+
103
+ ` ` ` yaml
104
+ Type : String
105
+ Parameter Sets : (All)
106
+ Aliases :
107
+
108
+ Required : False
109
+ Position : Named
110
+ Default value : Everyone
111
+ Accept pipeline input : False
112
+ Accept wildcard characters : False
113
+ ` ` `
114
+
97
115
### -AllowEmailEditing
98
116
This setting governs if a user is allowed to edit the communication emails in Teams Town Hall or Teams Webinar events.
99
117
Possible values are:
0 commit comments