Forum Discussion
DanielClaassen
Sep 27, 2023Brass Contributor
How to remove External from Email View
Hi We started getting a "External" marker for emails that we want to remove. We have 2 external mail warnings Nr1 - we want to remove Nr2 - Created with mail flow rule but keeping this one We...
- Sep 27, 2023
https://blog.icewolf.ch/archive/2021/03/12/exchange-online-mark-mails-from-external/
Get-ExternalInOutlookSet-ExternalInOutlook -Enabled $falseGet-ExternalInOutlookRegardsAndres
Andres-Bohren
Sep 27, 2023Iron Contributor
https://blog.icewolf.ch/archive/2021/03/12/exchange-online-mark-mails-from-external/
Get-ExternalInOutlook
Set-ExternalInOutlook -Enabled $false
Get-ExternalInOutlook
Regards
Andres
- DanielClaassenSep 28, 2023Brass ContributorGreat, thank You.
Going to try it and will mark it as the best response if it works.