Anonymous
My feedback
-
638 votes
While you cannot customize the default welcome mail for Office 365 Groups, disabling the welcome mail is possible with an extra parameter in the Set-UnifiedGroup cmdlet in Exchange PowerShell: -UnifiedGroupWelcomeMessageEnabled:$false. See https://docs.microsoft.com/en-us/powershell/module/exchange/users-and-groups/set-unifiedgroup
Use this as a part of a custom group creation flow if you would like to restrict and/or customize the welcome mail for many groups across your tenant.
Anonymous supported this idea ·
The suggestion to try disabling the message doesn't address the first part of the request to customize the message, which would be extremely helpful in providing instructions to new members to various groups as they are added.