To view the specific language that triggered the language filter policy in Exchange Online Protection, you can use the Exchange Online PowerShell cmdlet Get-HostedContentFilterPolicy. Here are the steps:
- Open the Exchange Online PowerShell.
- Run the following command to connect to Exchange Online:
Connect-ExchangeOnline
- Run the following command to get a list of all the language filter policies in your organization:
Get-HostedContentFilterPolicy
- Find the policy that is causing the issue and note its name.
- Run the following command to view the details of the policy:
Get-HostedContentFilterPolicy -Identity "policy name" | Format-List LanguageBlockList` Replace "policy name" with the name of the policy that you noted in step 4.
- This command will display the language(s) that are blocked by the policy. You can compare this with the email that was incorrectly flagged to determine if the language filter policy needs to be adjusted.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.