Skip to content

Commit 25ccb93

Browse files
authored
Update Set-CsTeamsMeetingPolicy.md
1 parent 97cf74b commit 25ccb93

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1415,6 +1415,11 @@ Accept wildcard characters: False
14151415
### -MeetingChatEnabledType
14161416
Specifies if users will be able to chat in meetings. Possible values are: Disabled, Enabled, and EnabledExceptAnonymous.
14171417
1418+
> [!NOTE]
1419+
> 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.
1420+
> Disable MeetingChatEnabledType command:
1421+
> Install-Module MicrosoftTeams -RequiredVersion 6.6.1-preview -Force -AllowClobber -AllowPrereleaseConnect-MicrosoftTeams Set-CsTeamsMeetingPolicy -Identity Global -MeetingChatEnabledType Disabled -LobbyChat Disabled
1422+
14181423
```yaml
14191424
Type: String
14201425
Parameter Sets: (All)
@@ -1425,11 +1430,6 @@ Position: Named
14251430
Default value: None
14261431
Accept pipeline input: False
14271432
Accept wildcard characters: False
1428-
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
14331433
```
14341434
14351435
### -MeetingInviteLanguages

0 commit comments

Comments
 (0)