Information
Teams channel email addresses are an optional feature that allows users to email the Teams channel directly.
Channel email addresses are not under the tenant's domain and organizations do not have control over the security settings for this email address. An attacker could email channels directly if they discover the channel email address.
Solution
To remediate using the UI:
- Navigate to Microsoft Teams admin center
https://admin.teams.microsoft.com
.
- Click to expand Teams select Teams settings
- Under email integration set Users can send emails to a channel email address to Off
To remediate using PowerShell:
- Connect to Teams PowerShell using Connect-MicrosoftTeams
- Run the following command to set the recommended state:
Set-CsTeamsClientConfiguration -Identity Global -AllowEmailIntoChannel $false
Impact:
Users will not be able to email the channel directly.