Ensure MailTips are enabled for end users
Description
MailTips assist end users with identifying strange patterns to emails they send.
How to fix
- Run Microsoft Exchange Online PowerShell Module
- Connect using "Connect-ExchangeOnline"
- Run the following PowerShell command:
Set-OrganizationConfig -MailTipsAllTipsEnabled $true -MailTipsExternalRecipientsTipsEnabled $true -MailTipsGroupMetricsEnabled $true -MailTipsLargeAudienceThreshold '25'