@@ -5,10 +5,6 @@ online version: https://learn.microsoft.com/powershell/module/teams/set-csteamsm
5
5
applicable : Microsoft Teams
6
6
title : Set-CsTeamsMeetingConfiguration
7
7
schema : 2.0.0
8
- manager : bulenteg
9
- author : tomkau
10
- ms.author : tomkau
11
- ms.reviewer : williamlooney
12
8
---
13
9
14
10
# Set-CsTeamsMeetingConfiguration
@@ -21,23 +17,23 @@ The CsTeamsMeetingConfiguration cmdlets enable administrators to control the mee
21
17
22
18
### Identity (Default)
23
19
24
- ```
20
+ ``` powershell
25
21
Set-CsTeamsMeetingConfiguration [-Tenant <Guid>] [-LogoURL <String>] [-LegalURL <String>]
26
22
[-HelpURL <String>] [-CustomFooterText <String>] [-DisableAnonymousJoin <Boolean>] [-EnableQoS <Boolean>]
27
23
[-ClientAudioPort <UInt32>] [-ClientAudioPortRange <UInt32>] [-ClientVideoPort <UInt32>]
28
24
[-ClientVideoPortRange <UInt32>] [-ClientAppSharingPort <UInt32>] [-ClientAppSharingPortRange <UInt32>]
29
- [-ClientMediaPortRangeEnabled <Boolean>] [-DisableAppInteractionForAnonymousUsers <Boolean>] [[-Identity] <XdsIdentity>] [-FeedbackSurveyForAnonymousUsers <String>] [-Force] [-WhatIf] [-Confirm]
25
+ [-ClientMediaPortRangeEnabled <Boolean>] [-DisableAppInteractionForAnonymousUsers <Boolean>] [[-Identity] <XdsIdentity>] [-FeedbackSurveyForAnonymousUsers <String>] [-LimitPresenterRolePermissions <Boolean>] [- Force] [-WhatIf] [-Confirm]
30
26
[<CommonParameters>]
31
27
```
32
28
33
29
### Instance
34
30
35
- ```
31
+ ``` powershell
36
32
Set-CsTeamsMeetingConfiguration [-Tenant <Guid>] [-LogoURL <String>] [-LegalURL <String>]
37
33
[-HelpURL <String>] [-CustomFooterText <String>] [-DisableAnonymousJoin <Boolean>] [-EnableQoS <Boolean>]
38
34
[-ClientAudioPort <UInt32>] [-ClientAudioPortRange <UInt32>] [-ClientVideoPort <UInt32>]
39
35
[-ClientVideoPortRange <UInt32>] [-ClientAppSharingPort <UInt32>] [-ClientAppSharingPortRange <UInt32>]
40
- [-ClientMediaPortRangeEnabled <Boolean>] [-DisableAppInteractionForAnonymousUsers <Boolean>] [-FeedbackSurveyForAnonymousUsers <String>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm]
36
+ [-ClientMediaPortRangeEnabled <Boolean>] [-DisableAppInteractionForAnonymousUsers <Boolean>] [-FeedbackSurveyForAnonymousUsers <String>] [-LimitPresenterRolePermissions <Boolean>] [- Instance <PSObject>] [-Force] [-WhatIf] [-Confirm]
41
37
[<CommonParameters>]
42
38
```
43
39
@@ -389,6 +385,22 @@ Accept pipeline input: False
389
385
Accept wildcard characters : False
390
386
` ` `
391
387
388
+ ### -LimitPresenterRolePermissions
389
+ When set to True, users within the Tenant will have their presenter role capabilities limited.
390
+ When set to False, the presenter role capabilities will not be impacted and will remain as is.
391
+
392
+ ` ` ` yaml
393
+ Type : Boolean
394
+ Parameter Sets : (All)
395
+ Aliases :
396
+
397
+ Required : False
398
+ Position : Named
399
+ Default value : None
400
+ Accept pipeline input : False
401
+ Accept wildcard characters : False
402
+ ` ` `
403
+
392
404
### -WhatIf
393
405
Shows what would happen if the cmdlet runs.
394
406
The cmdlet is not run.
0 commit comments