Skip to content

Commit 436c288

Browse files
authored
Update Set-CsTeamsMeetingPolicy.md
Add documentation to disable meetingChatEnabledType
1 parent 7d776e6 commit 436c288

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,6 +1426,11 @@ Default value: None
14261426
Accept pipeline input: False
14271427
Accept wildcard characters: False
14281428
```
1429+
#### Note: Due to a new feature rollout, in order to set the value of MeetingChatEnabledType to Disabled, you will need to also set the value of LobbyChat to disabled.
1430+
1431+
#### Disable MeetingChatEnabledType command:
1432+
Install-Module MicrosoftTeams -RequiredVersion 6.6.1-preview -Force -AllowClobber -AllowPrereleaseConnect-MicrosoftTeams Set-CsTeamsMeetingPolicy -Identity Global -MeetingChatEnabledType Disabled -LobbyChat Disabled
1433+
14291434
14301435
### -MeetingInviteLanguages
14311436
Controls how the join information in meeting invitations is displayed by enforcing a common language or enabling up to two languages to be displayed.

0 commit comments

Comments
 (0)