File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ This cmdlet allows you to configure options for customizing Teams events experie
16
16
17
17
```
18
18
Set-CsTeamsEventsPolicy [-AllowWebinars <String>] [-EventAccessType <String>] [-AllowTownhalls <String>]
19
- [-AllowEmailEditing <String>] [-AllowedQuestionTypesInRegistrationForm <String>]
19
+ [-TownhallEventAttendeeAccess <String>] [- AllowEmailEditing <String>] [-AllowedQuestionTypesInRegistrationForm <String>]
20
20
[-AllowEventIntegrations <Boolean>] [-AllowedWebinarTypesForRecordingPublish <String>]
21
21
[-AllowedTownhallTypesForRecordingPublish <String>] [-TownhallChatExperience <String>] [-Description <String>]
22
22
[-RecordingForTownhall <String>] [-RecordingForWebinar <String>]
@@ -106,6 +106,24 @@ Accept pipeline input: False
106
106
Accept wildcard characters : False
107
107
` ` `
108
108
109
+ ### -TownhallEventAttendeeAccess
110
+ 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.
111
+ Possible values are:
112
+ - **Everyone**: Anyone with the join link may enter the event.
113
+ - **EveryoneInOrganizationAndGuests**: Only those who are Guests to the tenant, MTO users, and internal AAD users may enter the event.
114
+
115
+ ` ` ` yaml
116
+ Type : String
117
+ Parameter Sets : (All)
118
+ Aliases :
119
+
120
+ Required : False
121
+ Position : Named
122
+ Default value : None
123
+ Accept pipeline input : False
124
+ Accept wildcard characters : False
125
+ ` ` `
126
+
109
127
### -Description
110
128
Enables administrators to provide explanatory text to accompany a Teams Events policy.
111
129
You can’t perform that action at this time.
0 commit comments