Forum Discussion
rodrigolm18
Nov 26, 2024Copper Contributor
Change the message by adding a new member in a MS Group
Hello, I would like to know if Microsoft offers a feature that either prevents a new member in a Microsoft 365 Group from receiving an email when a new he is added. Or it is possible to customize th...
- Nov 26, 2024
You cannot customize the email, but you can disable it:
Set-UnifiedGroup groupname -UnifiedGroupWelcomeMessageEnabled:$false
VasilMichev
Nov 26, 2024MVP
You cannot customize the email, but you can disable it:
Set-UnifiedGroup groupname -UnifiedGroupWelcomeMessageEnabled:$false