@@ -300,6 +300,82 @@ Accept pipeline input: False
300
300
Accept wildcard characters : False
301
301
` ` `
302
302
303
+ ### -CloudRecordingForTownhall
304
+ Determines whether recording is allowed in a user's townhall.
305
+
306
+ Possible values are:
307
+ - **Enabled**: Allow recording in user's townhalls.
308
+ - **Disabled**: Prohibit recording in user's townhalls.
309
+
310
+ ` ` ` yaml
311
+ Type : String
312
+ Parameter Sets : (All)
313
+ Aliases :
314
+
315
+ Required : False
316
+ Position : Named
317
+ Default value : Enabled
318
+ Accept pipeline input : False
319
+ Accept wildcard characters : False
320
+ ` ` `
321
+
322
+ ### -CloudRecordingForWebinar
323
+ Determines whether recording is allowed in a user's webinar.
324
+
325
+ Possible values are:
326
+ - **Enabled**: Allow recording in user's webinars.
327
+ - **Disabled**: Prohibit recording in user's webinars.
328
+
329
+ ` ` ` yaml
330
+ Type : String
331
+ Parameter Sets : (All)
332
+ Aliases :
333
+
334
+ Required : False
335
+ Position : Named
336
+ Default value : Enabled
337
+ Accept pipeline input : False
338
+ Accept wildcard characters : False
339
+ ` ` `
340
+
341
+ ### -TranscriptionForTownhall
342
+ Determines whether transcriptions are allowed in a user's townhall.
343
+
344
+ Possible values are:
345
+ - **Enabled**: Allow transcriptions in user's townhalls.
346
+ - **Disabled**: Prohibit transcriptions in user's townhalls.
347
+
348
+ ` ` ` yaml
349
+ Type : String
350
+ Parameter Sets : (All)
351
+ Aliases :
352
+
353
+ Required : False
354
+ Position : Named
355
+ Default value : Enabled
356
+ Accept pipeline input : False
357
+ Accept wildcard characters : False
358
+ ` ` `
359
+
360
+ ### -TranscriptionForWebinar
361
+ Determines whether transcriptions are allowed in a user's webinar.
362
+
363
+ Possible values are:
364
+ - **Enabled**: Allow transcriptions in user's webinars.
365
+ - **Disabled**: Prohibit transcriptions in user's webinars.
366
+
367
+ ` ` ` yaml
368
+ Type : String
369
+ Parameter Sets : (All)
370
+ Aliases :
371
+
372
+ Required : False
373
+ Position : Named
374
+ Default value : Enabled
375
+ Accept pipeline input : False
376
+ Accept wildcard characters : False
377
+ ` ` `
378
+
303
379
### -Confirm
304
380
The Confirm switch does not work with this cmdlet.
305
381
0 commit comments