Check provider logo

Ensure MailTips are enabled for end users.

exchange_organization_mailtips_enabled

Severitymedium
Serviceexchange
by Prowler

Ensure that MailTips are enabled in Exchange Online to provide users with informative messages while composing emails, helping to avoid issues such as sending to large groups or external recipients unintentionally.

Risk

Without MailTips, users may inadvertently send sensitive information externally or generate non-delivery reports, leading to communication errors and potential data exposure.

Run this check with Prowler CLI

prowler m365 --checks exchange_organization_mailtips_enabled

Run in Prowler Cloud

Remediation

CLI

$TipsParams = @{ MailTipsAllTipsEnabled = $true; MailTipsExternalRecipientsTipsEnabled = $true; MailTipsGroupMetricsEnabled = $true; MailTipsLargeAudienceThreshold = '25' }; Set-OrganizationConfig @TipsParams

WUI

Enable MailTips features in Exchange Online and configure the large audience threshold appropriately to assist users when composing emails.

References:

Source Code

References

Resource Type

Exchange Organization Configuration

Related URL