File tree Expand file tree Collapse file tree 1 file changed +51
-1
lines changed Expand file tree Collapse file tree 1 file changed +51
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ This cmdlet allows you to configure options for customizing Teams events experie
13
13
## SYNTAX
14
14
15
15
```
16
- Set-CsTeamsEventsPolicy [-AllowWebinars <String>] [-AllowTownhalls <String>] [-Description <String>] [-EventAccessType <String>]
16
+ Set-CsTeamsEventsPolicy [-AllowWebinars <String>] [-AllowTownhalls <String>] [-AllowEmailEditing <String>] [- Description <String>] [-EventAccessType <String>]
17
17
[[-Identity] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
18
18
```
19
19
@@ -119,6 +119,56 @@ Accept wildcard characters: False
119
119
Enables administrators to provide explanatory text to accompany a Teams Events policy.
120
120
121
121
122
+ ` ` ` yaml
123
+ Type : String
124
+ Parameter Sets : (All)
125
+ Aliases :
126
+
127
+ Required : False
128
+ Position : Named
129
+ Default value : None
130
+ Accept pipeline input : False
131
+ Accept wildcard characters : False
132
+ ` ` `
133
+
134
+ ### -AllowEmailEditing
135
+ This setting governs if a user is allowed to edit the communication emails in Teams Town hall or Webinar Events.
136
+ Possible values are:
137
+ - **Enabled**: Enables editing of communication emails.
138
+ - **Disabled**: Disables editing of communication emails.
139
+
140
+
141
+ ` ` ` yaml
142
+ Type : String
143
+ Parameter Sets : (All)
144
+ Aliases :
145
+
146
+ Required : False
147
+ Position : Named
148
+ Default value : None
149
+ Accept pipeline input : False
150
+ Accept wildcard characters : False
151
+ ` ` `
152
+
153
+ ### -Confirm
154
+ The Confirm switch does not work with this cmdlet.
155
+
156
+ ` ` ` yaml
157
+ Type : SwitchParameter
158
+ Parameter Sets : (All)
159
+ Aliases : cf
160
+
161
+ Required : False
162
+ Position : Named
163
+ Default value : None
164
+ Accept pipeline input : False
165
+ Accept wildcard characters : False
166
+ ` ` `
167
+
168
+ ### -Description
169
+ Enables administrators to provide explanatory text to accompany a Teams Events policy.
170
+
171
+
122
172
` ` ` yaml
123
173
Type : String
124
174
Parameter Sets : (All)
You can’t perform that action at this time.
0 commit comments