Skip to content

Commit b3964ff

Browse files
Update Set-CsTeamsMeetingConfiguration.md
adding missing parameter
1 parent f20d79c commit b3964ff

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

teams/teams-ps/teams/Set-CsTeamsMeetingConfiguration.md

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ online version: https://learn.microsoft.com/powershell/module/teams/set-csteamsm
55
applicable: Microsoft Teams
66
title: Set-CsTeamsMeetingConfiguration
77
schema: 2.0.0
8-
manager: bulenteg
9-
author: tomkau
10-
ms.author: tomkau
11-
ms.reviewer: williamlooney
128
---
139

1410
# Set-CsTeamsMeetingConfiguration
@@ -21,23 +17,23 @@ The CsTeamsMeetingConfiguration cmdlets enable administrators to control the mee
2117

2218
### Identity (Default)
2319

24-
```
20+
```powershell
2521
Set-CsTeamsMeetingConfiguration [-Tenant <Guid>] [-LogoURL <String>] [-LegalURL <String>]
2622
[-HelpURL <String>] [-CustomFooterText <String>] [-DisableAnonymousJoin <Boolean>] [-EnableQoS <Boolean>]
2723
[-ClientAudioPort <UInt32>] [-ClientAudioPortRange <UInt32>] [-ClientVideoPort <UInt32>]
2824
[-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]
3026
[<CommonParameters>]
3127
```
3228

3329
### Instance
3430

35-
```
31+
```powershell
3632
Set-CsTeamsMeetingConfiguration [-Tenant <Guid>] [-LogoURL <String>] [-LegalURL <String>]
3733
[-HelpURL <String>] [-CustomFooterText <String>] [-DisableAnonymousJoin <Boolean>] [-EnableQoS <Boolean>]
3834
[-ClientAudioPort <UInt32>] [-ClientAudioPortRange <UInt32>] [-ClientVideoPort <UInt32>]
3935
[-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]
4137
[<CommonParameters>]
4238
```
4339

@@ -389,6 +385,22 @@ Accept pipeline input: False
389385
Accept wildcard characters: False
390386
```
391387
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+
392404
### -WhatIf
393405
Shows what would happen if the cmdlet runs.
394406
The cmdlet is not run.

0 commit comments

Comments
 (0)