Skip to main content

Ensure MailTips are enabled for end users

Remediation Considerations

MaxScoreImplementationCostUserImpact
3UnknownUnknown

Remediation Impact

Setting up MailTips gives a visual aid to users when they send emails to large groups of recipients or send emails to recipients not within the tenant.

Remediation

To enable MailTips, use the Exchange Online PowerShell Module:

  1. Run Microsoft Exchange Online PowerShell Module

  2. Connect using "Connect-ExchangeOnline"

  3. Run the following PowerShell command:

Set-OrganizationConfig -MailTipsAllTipsEnabled $true -MailTipsExternalRecipientsTipsEnabled $true -MailTipsGroupMetricsEnabled $true -MailTipsLargeAudienceThreshold '25'