Using Classic Outlook on Windows for personal email, calendar, and contact management
This is great for sysadmins! Now if only us users had the option of turning it off without asking our sysadmin!
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Since early December all of our Outlook365 users (in all tenants) have been getting the tag [External] in the subject line of their Outlook, and want it removed. I am only finding PS scripts which do not work. I have searched the settings and security areas of the admin console but have not found anything. Please help!
Using Classic Outlook on Windows for personal email, calendar, and contact management
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
This is great for sysadmins! Now if only us users had the option of turning it off without asking our sysadmin!
Thanks for your reply Jim.
I already evaluate this solution but I was not remove this label from messages header.
But I found a solution.
We can remove alert with your solution via Powershell and add a rule in Exchange Admin Center that add a disclamer in messages that match the required attributes as External or Internal sender etc.
Below a link I found tha could be a workaround to bypass this problem
https://www.techielass.com/enable-external-email-warning-tag-in-exchange-online/
this is our test
Also having the same issue across every tenant we manage.
"externalinoutlook" was set to false the first moments that this appeared which is now more than a week ago and no changes to a single tenant has occurred yet.
adding domains to the exclusion works even though its disabled.
Every single client has requested this be disabled as its damn ugly in the implementation of it.
Am all ears how to get O365 to respect the setting when its set to false.
Just to be clear, you are running the command at the Tenant level??
Run on a test workstation (Powershell as admin)
nstall-Module ExchangeOnlineManagement
Import-Module ExchangeOnlineManagement
Connect-ExchangeOnline -UserPrincipalName [USER@DOMAIN].com -ShowProgress $true
Get-ExternalInOutlook
Then rerun the command at the tenant level
Set-ExternalInOutlook -Enabled $false
Yes Jim, is at the Tenant level but powershell and module are installed on a workstation just for launch command.