Share via

How to disable welcome email notifications on M365 groups

Meghna 5 Reputation points Microsoft Employee
2026-02-05T23:19:45.48+00:00

I’m trying to disable welcome notification emails for a Microsoft 365 Group using Exchange Online PowerShell:

Set-UnifiedGroup -Identity "<GroupID>" -UnifiedGroupWelcomeMessageEnabled:$false

However, the cmdlet is not available:

Set-UnifiedGroup : The term 'Set-UnifiedGroup' is not recognized

Even after connecting:

Get-Command Set-UnifiedGroup

Environment

PowerShell 7.5.4 (local, Windows)

ExchangeOnlineManagement module installed and imported

Connected using Connect-ExchangeOnline

  • Tenant requires admin consent

What I’ve tried

Installed/imported ExchangeOnlineManagement

  Connected to Exchange Online
  
     Verified module is loaded
     
        Verified cmdlet availability
        

Additional context

  • I do not have Global Admin or Exchange Admin rights

    What I’ve tried

    • Installed/imported ExchangeOnlineManagement
    • Connected to Exchange Online
    • Verified module is loaded
    • Verified cmdlet availability

    Additional context

  • I do not have Global Admin or Exchange Admin rights

Is Set-UnifiedGroup only exposed to users with Exchange Administrator / Global Administrator roles? If so, is there any supported alternative (Graph/CLI) to disable M365 group welcome emails without those permissions?

Microsoft Security | Microsoft Identity Manager
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2026-02-05T23:19:52.1233333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The Set-UnifiedGroup cmdlet is indeed used to modify Microsoft 365 Groups, including disabling welcome email notifications. However, it is important to note that this cmdlet is only available in the cloud-based service and requires appropriate permissions to execute. Specifically, users need to have either Exchange Administrator or Global Administrator roles to access this cmdlet.

    Since you mentioned that you do not have Global Admin or Exchange Admin rights, you will not be able to use the Set-UnifiedGroup cmdlet to disable the welcome email notifications directly.

    As for alternatives, without the necessary permissions, you may need to request assistance from an administrator who has the required roles. Currently, there are no supported alternatives via Graph API or CLI that allow you to disable welcome emails for Microsoft 365 Groups without the appropriate permissions.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.