Published:
Jul 7, 2025
|
Modified:
|
6
min read

What Is a Distribution Group in Microsoft 365 and How Do You Create One?

Carmine Punella
Carmine Punella, a Microsoft Certified Professional, is renowned for his C# expertise, contributions to the Windows 8 App Hall of Fame, and extensive experience in designing scalable, reliable cloud-based platforms.

Understanding Distribution Groups in Exchange Online

Distribution groups are an essential tool in Microsoft 365 for sending email notifications to a specific set of recipients. Administrators can configure these groups to receive emails from both internal and, if enabled, external sources. Distribution groups are ideal for communicating with a defined group such as “Building A Employees” or the “Contoso Team”.

Key Considerations Before Creating a Distribution Group

  • Distribution groups can be upgraded to Microsoft 365 groups if broader collaboration tools (such as files and Teams chat) are needed.
  • Microsoft 365 groups cannot be added as members of distribution groups.
  • Distribution groups can be integrated into Teams only by adding individual members—not the group as an entity.

Learn more in the Microsoft Learn article on Distribution groups.

How to Create a Distribution Group Using Exchange Admin Center

  • Go to the Exchange Admin Center
  • Under “Recipients”, select “Groups”, and then “Add a group”.
Add a group window
  • Select “Distribution” as the group type.
Distribution selection screen
  • Fill in all the necessary information.
  • If desired, enable the external email under “Settings > Communication”.
Communications settings screen
  • Click “Create group” to finish.
Create group screen

For more details, please refer to the Create and manage distribution lists in Exchange Online Microsoft article.

How to Create a Distribution Group with PowerShell

You can create distribution groups using PowerShell, which is useful for automation or batch operations.

Prerequisite:

Connect to Exchange Online using the Exchange Online Management module.

Example command:

# Creates a distribution group named 'ITDepartment' with four members.
New-DistributionGroup -Name "ITDepartment" -Members chris@contoso.com,michelle@contoso.com,laura@contoso.com,julia@contoso.com

For more detailed information, please refer to the Microsoft documentation for New-DistributionGroup.

How to Create and Manage Distribution Groups with CoreView

CoreView provides a simplified and enhanced interface for creating and managing distribution groups, along with advanced governance features:

  • Go to the CoreView app
  • Under “Actions”, click on “Management actions” and select “Distribution group”. Then choose “Create distribution group”.
Create distribution group
  • Follow the “Create distribution group” wizard.
Create distribution group
Please note that the “Alias” field should not contain any spaces.
  • Specify membership and, if needed, restrict who can send messages to the group.
Who can send messages

With CoreView, you can also limit who can send messages to the group. Only specified senders will have the ability to send to the group, and emails sent by anyone else will be rejected.

Message approval screen
  • Submit the form to complete the creation process.

Get a personalized demo today

Created by M365 experts, for M365 experts.