Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ Accept wildcard characters: False

### -AutoRecording

This setting will enable Tenant Admins to turn on/off auto recording feature.
This setting will enable Tenant Admins to turn on/off the auto recording feature.

```yaml
Type: String
Expand Down Expand Up @@ -1415,6 +1415,10 @@ Accept wildcard characters: False
### -MeetingChatEnabledType
Specifies if users will be able to chat in meetings. Possible values are: Disabled, Enabled, and EnabledExceptAnonymous.

> [!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. e.g.,
> Install-Module MicrosoftTeams -RequiredVersion 6.6.1-preview -Force -AllowClobber -AllowPrereleaseConnect-MicrosoftTeams Set-CsTeamsMeetingPolicy -Identity Global -MeetingChatEnabledType Disabled -LobbyChat Disabled

```yaml
Type: String
Parameter Sets: (All)
Expand Down Expand Up @@ -1499,7 +1503,7 @@ This setting will enable Tenant Admins to turn on/off participant renaming featu

Possible Values:
Enabled: Turns on the Participant Renaming feature.
Disabled: Turns off the Particpant Renaming feature.
Disabled: Turns off the Participant Renaming feature.

```yaml
Type: String
Expand Down
Loading