Skip to content

Commit fcf1672

Browse files
Merge pull request MicrosoftDocs#12402 from sjobalia07/patch-1
Update Set-CsTeamsMeetingPolicy.md
2 parents 49f0baa + 689177d commit fcf1672

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@ Accept wildcard characters: False
942942
943943
### -AutoRecording
944944
945-
This setting will enable Tenant Admins to turn on/off auto recording feature.
945+
This setting will enable Tenant Admins to turn on/off the auto recording feature.
946946
947947
```yaml
948948
Type: String
@@ -1415,6 +1415,10 @@ 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. e.g.,
1420+
> Install-Module MicrosoftTeams -RequiredVersion 6.6.1-preview -Force -AllowClobber -AllowPrereleaseConnect-MicrosoftTeams Set-CsTeamsMeetingPolicy -Identity Global -MeetingChatEnabledType Disabled -LobbyChat Disabled
1421+
14181422
```yaml
14191423
Type: String
14201424
Parameter Sets: (All)
@@ -1499,7 +1503,7 @@ This setting will enable Tenant Admins to turn on/off participant renaming featu
14991503

15001504
Possible Values:
15011505
Enabled: Turns on the Participant Renaming feature.
1502-
Disabled: Turns off the Particpant Renaming feature.
1506+
Disabled: Turns off the Participant Renaming feature.
15031507

15041508
```yaml
15051509
Type: String

0 commit comments

Comments
 (0)