Skip to main content

Command Palette

Search for a command to run...

Creating Groups in Exchange Online and SharePoint Online

Published
2 min read
Creating Groups in Exchange Online and SharePoint Online
P

Cloud and systems engineer with a strong foundation in networking, automation, and infrastructure design. I write about real-world challenges, best practices, and evolving trends in cloud computing, system administration, and network architecture.


Exchange Online Groups

Organizations can use Exchange Online admin center to create user groups mainly for email communication and resource access.

Group Types in Exchange Online

Group TypePurpose & Features
Microsoft 365Provides a group email and shared workspace (conversations, files, calendars). In Outlook, called Groups.
DistributionTraditional distribution list; sends email to all members.
Mail-enabled SecurityCombines security and email features; manages permissions for resources like SharePoint, OneDrive, and admin roles.
Dynamic DistributionA type of distribution list that auto-updates membership every 24 hours based on filters/conditions.

Key Points

  • After creation, distribution and mail-enabled security groups appear in Microsoft 365 admin center’s Active teams and groups page.

  • Groups can be deleted in both locations, but only edited in Exchange admin center.

  • Dynamic distribution groups do not appear in Microsoft 365 Security groups page.


2️⃣ SharePoint Online Groups

SharePoint Online groups manage site-level permissions.

Default SharePoint Groups

When a site collection is created, SharePoint automatically creates default groups based on the site template:

Site TemplateDefault Groups
Team SiteTeam Site Visitors, Team Site Members, Team Site Owners

Custom SharePoint Groups

  • Admins can manually create additional SharePoint groups.

  • Permissions granted to groups are easier to manage than assigning permissions to individual users.

  • SharePoint groups can contain individual users or Microsoft 365 security groups.

Permissions

  • SharePoint groups are linked to permission levels (roles): e.g., Read, Contribute, Full Control.

  • Makes permission management scalable for site collections.


3️⃣ Security Groups FAQ

Q1: Difference between Microsoft 365 security groups and SharePoint security groups?

  • Microsoft 365 security groups (Microsoft Entra ID) → global, manage access across multiple Microsoft 365 services.

  • SharePoint security groups → site-specific, control permissions within SharePoint sites only.

Q2: Are security groups required?

  • ❌ Not required; individual permissions can be used.

  • ✅ Security groups make management easier for large numbers of users.

Q3: Can you send email to a security group?

  • ✅ Only if mail-enabled.

  • ❌ Regular security groups cannot receive email.


✅ Summary Tips

  • Use Exchange Online groups for email communication and cross-service permissions.

  • Use SharePoint Online groups to simplify site-level permissions.

  • Combine Microsoft 365 security groups with SharePoint groups for scalable access management.

4 views