Published:
May 1, 2025
|
Modified:
|
4
min read

How to Set Up and Manage Microsoft 365 Groups for Team Collaboration

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.

In this article:

What are Microsoft 365 Groups and Why Use Them?

Microsoft 365 groups are a powerful tool for improving collaboration among users in your organization. They provide a shared workspace for emails, files, conversations, calendar events, Stream (on SharePoint), and Planner.

You can add people from outside your organization to a group as long as this option has been enabled by the administrator. You can also allow external senders to send emails to the group email address. For more information, please refer to the Manage guest access in Microsoft 365 groups article.

Microsoft 365 groups can be configured for dynamic membership in Microsoft Entra ID, allowing group members to be added or removed automatically based on user attributes such as department, location, title, etc. For more details, please refer to Change static groups to dynamic membership groups in Microsoft Entra ID article.

Microsoft 365 groups can be accessed through mobile apps such as Outlook for iOS and Outlook for Android.

Group members can “Send as” or “Send on behalf of” the group email address if this feature is enabled by the administrator.

Microsoft 365 group owners and members are automatically mapped to SharePoint site Owners and Members. For additional permissions, you may also add groups to SharePoint Visitors if needed. For more information, please refer to the Microsoft 365 Groups documentation.

A Microsoft 365 group is the recommended option as it provides teams with a shared workspace for communication, file sharing, appointments, emails, contacts, and other mailbox items.

How Can I Create a Microsoft 365 Group?

Here are three methods to create Microsoft 365 groups to improve collaboration among users, both inside and outside your organization:

Using the Exchange Admin Center to Create a Group

Step-by-Step: Creating a Microsoft 365 Group in Exchange Admin Center

  1. Log in to the Exchange Admin Center.
  2. Under “Recipients”, select “Groups” and then “Microsoft 365” group type.  
  3. Select “Add a group” from the top menu.
Step-by-Step: Creating a Microsoft 365 Group in Exchange Admin Center
  1. Fill in all the details.
  1. If you want to add Microsoft Teams to your group, select the “Add Microsoft Teams to your group” checkbox under “Settings” (please note that this checkbox appears only if Teams licenses and capabilities are available).
Add Microsoft Teams to Group screenshot

6. Click on “Finish” to create your Microsoft 365 group.

Creating a Microsoft 365 Group in PowerShell

Use the New-UnifiedGroup cmdlet to create Microsoft 365 groups in your cloud-based organization.  

To add members, owners, and subscribers to Microsoft 365 groups, use the Add-UnifiedGroupLinks cmdlet.

This cmdlet cannot be used to create Microsoft 365 groups if you connect using certificate-based authentication (also known as CBA or app-only authentication for unattended scripts) or an Entra managed identity. Instead, you can use Microsoft Graph. For more information, see Create group.

Syntax:

New-UnifiedGroup 
#Example
New-UnifiedGroup -DisplayName "Engineering Department" -Alias "engineering" 

For more details, please refer to the New-UnifiedGroup article.

Setting Up a Microsoft 365 Group in CoreView

  1. Go to the CoreView portal.
  1. Under ACTIONS > Management Actions, select “Microsoft 365 group” and choose “Create Microsoft 365 group”.
Setting Up a Microsoft 365 Group in CoreView screenshot
  1. The “Create M365 Group” wizard will appear. Fill in all the details and submit the form to create the group.
The “Create M365 Group” wizard will appear screenshot

Get a personalized demo today

Created by M365 experts, for M365 experts.