Forum Discussion
Elados
Oct 05, 2023Copper Contributor
Microsoft Office 365 warning while adding external participants.
Hi folks, I want to implement in my organization warning message as soon as any employee of my organization creating a new email and adding new external participants to get message that is he is sen...
Andres-Bohren
Oct 05, 2023Iron Contributor
Hi Elados
#Show Exchange Org Config MailTips
Get-OrganizationConfig | fl Mailtip*
#Enable Mailtips for External Recipients
Set-OrganizationConfig -MailTipsExternalRecipientsTipsEnabled $true
Regards
Andres
Elados
Oct 05, 2023Copper Contributor
Thanks Andres!
Mailtips is already enabled in our organization, now only left to change it to true.
There is an option to Enable it for specific users?
Thanks.
Mailtips is already enabled in our organization, now only left to change it to true.
There is an option to Enable it for specific users?
Thanks.
- Andres-BohrenOct 05, 2023Iron ContributorThat is a global Setting. Only "True/False" for the whole Exchange Organization is possible.