diff --git a/teams/teams-ps/MicrosoftTeams/New-CsTeamsMeetingPolicy.md b/teams/teams-ps/MicrosoftTeams/New-CsTeamsMeetingPolicy.md index b3f41a56e9..0973c7bc37 100644 --- a/teams/teams-ps/MicrosoftTeams/New-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/New-CsTeamsMeetingPolicy.md @@ -127,6 +127,7 @@ New-CsTeamsMeetingPolicy [-Identity] [-WhoCanRegister ] [-EnableRecordingAndTranscriptionCustomMessage ] [-RecordingAndTranscriptionCustomMessageIdentifier ] + [-FilterProfanityInTranscript ] [] ``` @@ -2022,7 +2023,26 @@ Default value: None Accept pipeline input: False Accept wildcard characters: False ``` +### -FilterProfanityInTranscript +> [!NOTE] +> This feature has not been fully released yet, so the setting will have no effect. +FilterProfanityInTranscript is a Microsoft Teams meeting policy that controls whether profane words are masked in live transcription and saved meeting transcripts. + +Possible Values: +- Enabled: Profane words are masked in: Live transcription during the meeting,and the saved meeting transcript. +- Disabled: Transcription includes the full, unmasked spoken content, including profanity. +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: Enabled +Accept pipeline input: False +Accept wildcard characters: False +``` ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216). diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md index eb9bda396b..d9f5450813 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md @@ -132,6 +132,7 @@ Set-CsTeamsMeetingPolicy [[-Identity] ] [-WhoCanRegister ] [-EnableRecordingAndTranscriptionCustomMessage ] [-RecordingAndTranscriptionCustomMessageIdentifier ] + [-FilterProfanityInTranscript ] [] ``` @@ -2103,6 +2104,26 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -FilterProfanityInTranscript +> [!NOTE] +> This feature has not been fully released yet, so the setting will have no effect. +FilterProfanityInTranscript is a Microsoft Teams meeting policy that controls whether profane words are masked in live transcription and saved meeting transcripts. + +Possible Values: +- Enabled: Profane words are masked in: Live transcription during the meeting, and the saved meeting transcript. +- Disabled: Transcription includes the full, unmasked spoken content, including profanity. + +```yaml +Type: String +Parameter Sets: (All) +Aliases: +Required: False +Position: Named +Default value: Enabled +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216).