@@ -15,6 +15,8 @@ This cmdlet allows you to create a new TeamsEventsPolicy instance and set its pr
15
15
16
16
```
17
17
New-CsTeamsEventsPolicy [-Identity] <String> [-AllowWebinars <String>] [-AllowTownhalls <String>] [-AllowEmailEditing <String>] [-Description <String>]
18
+ [-RecordingForTownhall <String>] [-RecordingForWebinar <String>]
19
+ [-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>]
18
20
[-UseMicrosoftECDN <String>] [-EventAccessType <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
19
21
```
20
22
@@ -186,6 +188,72 @@ Accept pipeline input: False
186
188
Accept wildcard characters : False
187
189
` ` `
188
190
191
+ ### -RecordingForTownhall
192
+ Determines whether recording is allowed in a user's townhall.
193
+ Possible values are:
194
+ - **Enabled**: Allow recording in user's townhalls.
195
+ - **Disabled**: Prohibit recording in user's townhalls.
196
+ ` ` ` yaml
197
+ Type : String
198
+ Parameter Sets : (All)
199
+ Aliases :
200
+
201
+ Required : False
202
+ Position : Named
203
+ Default value : Enabled
204
+ Accept pipeline input : False
205
+ Accept wildcard characters : False
206
+ ` ` `
207
+ ### -RecordingForWebinar
208
+ Determines whether recording is allowed in a user's webinar.
209
+ Possible values are:
210
+ - **Enabled**: Allow recording in user's webinars.
211
+ - **Disabled**: Prohibit recording in user's webinars.
212
+ ` ` ` yaml
213
+ Type : String
214
+ Parameter Sets : (All)
215
+ Aliases :
216
+
217
+ Required : False
218
+ Position : Named
219
+ Default value : Enabled
220
+ Accept pipeline input : False
221
+ Accept wildcard characters : False
222
+ ` ` `
223
+ ### -TranscriptionForTownhall
224
+ Determines whether transcriptions are allowed in a user's townhall.
225
+ Possible values are:
226
+ - **Enabled**: Allow transcriptions in user's townhalls.
227
+ - **Disabled**: Prohibit transcriptions in user's townhalls.
228
+ ` ` ` yaml
229
+ Type : String
230
+ Parameter Sets : (All)
231
+ Aliases :
232
+
233
+ Required : False
234
+ Position : Named
235
+ Default value : Enabled
236
+ Accept pipeline input : False
237
+ Accept wildcard characters : False
238
+ ` ` `
239
+ ### -TranscriptionForWebinar
240
+ Determines whether transcriptions are allowed in a user's webinar.
241
+ Possible values are:
242
+ - **Enabled**: Allow transcriptions in user's webinars.
243
+ - **Disabled**: Prohibit transcriptions in user's webinars.
244
+ ` ` ` yaml
245
+ Type : String
246
+ Parameter Sets : (All)
247
+ Aliases :
248
+
249
+ Required : False
250
+ Position : Named
251
+ Default value : Enabled
252
+ Accept pipeline input : False
253
+ Accept wildcard characters : False
254
+ ` ` `
255
+
256
+
189
257
### -Confirm
190
258
The Confirm switch does not work with this cmdlet.
191
259
0 commit comments