Ensure MailTips are enabled for end users
Remediation Considerations
MaxScore | ImplementationCost | UserImpact |
---|---|---|
3 | Unknown | Unknown |
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:
-
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'