@@ -3,6 +3,7 @@ external help file: MicrosoftTeams-help.xml
3
3
Module Name : MicrosoftTeams
4
4
online version : https://learn.microsoft.com/powershell/module/teams/set-csteamseventspolicy
5
5
schema : 2.0.0
6
+ ms.date : 11/12/2024
6
7
---
7
8
8
9
# Set-CsTeamsEventsPolicy
@@ -18,6 +19,8 @@ Set-CsTeamsEventsPolicy [-AllowWebinars <String>] [-EventAccessType <String>] [-
18
19
[-AllowEmailEditing <String>] [-AllowedQuestionTypesInRegistrationForm <String>]
19
20
[-AllowEventIntegrations <Boolean>] [-AllowedWebinarTypesForRecordingPublish <String>]
20
21
[-AllowedTownhallTypesForRecordingPublish <String>] [-TownhallChatExperience <String>] [-Description <String>]
22
+ [-RecordingForTownhall <String>] [-RecordingForWebinar <String>]
23
+ [-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>]
21
24
[-UseMicrosoftECDN <Boolean>]
22
25
[-Identity] <String> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
23
26
```
@@ -300,6 +303,82 @@ Accept pipeline input: False
300
303
Accept wildcard characters : False
301
304
` ` `
302
305
306
+ ### -RecordingForTownhall
307
+ Determines whether recording is allowed in a user's townhall.
308
+
309
+ Possible values are:
310
+ - **Enabled**: Allow recording in user's townhalls.
311
+ - **Disabled**: Prohibit recording in user's townhalls.
312
+
313
+ ` ` ` yaml
314
+ Type : String
315
+ Parameter Sets : (All)
316
+ Aliases :
317
+
318
+ Required : False
319
+ Position : Named
320
+ Default value : Enabled
321
+ Accept pipeline input : False
322
+ Accept wildcard characters : False
323
+ ` ` `
324
+
325
+ ### -RecordingForWebinar
326
+ Determines whether recording is allowed in a user's webinar.
327
+
328
+ Possible values are:
329
+ - **Enabled**: Allow recording in user's webinars.
330
+ - **Disabled**: Prohibit recording in user's webinars.
331
+
332
+ ` ` ` yaml
333
+ Type : String
334
+ Parameter Sets : (All)
335
+ Aliases :
336
+
337
+ Required : False
338
+ Position : Named
339
+ Default value : Enabled
340
+ Accept pipeline input : False
341
+ Accept wildcard characters : False
342
+ ` ` `
343
+
344
+ ### -TranscriptionForTownhall
345
+ Determines whether transcriptions are allowed in a user's townhall.
346
+
347
+ Possible values are:
348
+ - **Enabled**: Allow transcriptions in user's townhalls.
349
+ - **Disabled**: Prohibit transcriptions in user's townhalls.
350
+
351
+ ` ` ` yaml
352
+ Type : String
353
+ Parameter Sets : (All)
354
+ Aliases :
355
+
356
+ Required : False
357
+ Position : Named
358
+ Default value : Enabled
359
+ Accept pipeline input : False
360
+ Accept wildcard characters : False
361
+ ` ` `
362
+
363
+ ### -TranscriptionForWebinar
364
+ Determines whether transcriptions are allowed in a user's webinar.
365
+
366
+ Possible values are:
367
+ - **Enabled**: Allow transcriptions in user's webinars.
368
+ - **Disabled**: Prohibit transcriptions in user's webinars.
369
+
370
+ ` ` ` yaml
371
+ Type : String
372
+ Parameter Sets : (All)
373
+ Aliases :
374
+
375
+ Required : False
376
+ Position : Named
377
+ Default value : Enabled
378
+ Accept pipeline input : False
379
+ Accept wildcard characters : False
380
+ ` ` `
381
+
303
382
### -Confirm
304
383
The Confirm switch does not work with this cmdlet.
305
384
0 commit comments