Simplify user tasks like bulk creation, updates, password resets, deletions, license checks & more — all from one place.
🚀 Launch ToolkitManaging, collaboration and access in Microsoft 365 becomes seamless with the help of Microsoft 365 Groups. Whether you're a beginner or an advanced administrator, understanding the different ways to manage these groups is essential to efficiently support your organization. This guide explores group management via both the Microsoft 365 Admin Center and Graph PowerShell—offering flexibility for every admin skill level.
Microsoft 365 Groups is a cross-application membership service in Microsoft 365 that lets users collaborate by providing a shared workspace for email, files, calendars, and more. When a group is created, it automatically provisions a shared Outlook inbox, SharePoint site, Planner board, and OneNote notebook.
Microsoft 365 Groups are the backbone of collaboration in Office 365. Here’s why you should use them:
Depending on your level of expertise and administrative needs, you can manage Microsoft 365 Groups using:
Ideal for IT admins who prefer a graphical interface, the Admin Center provides easy access to create and manage groups.
For advanced Microsoft 365 administrators who prefer automation and scripting, Microsoft Graph PowerShell provides extensive flexibility and scalability.
Here are some essential cmdlets with descriptions and usage links:
The New-MgGroup cmdlet is used to create Microsoft 365 Groups with customizable properties such as display name, mail settings, and group type.
Use the New-MgGroupMember cmdlet to programmatically add one or more users to a group’s membership list.
The New-MgGroupOwner cmdlet assigns ownership roles to designated users within a group, allowing them to manage group settings and memberships.
The Remove-MgGroupMemberByRef cmdlet removes specific users from a group’s membership via their directory object reference.
Use Remove-MgGroupOwnerByRef to revoke ownership privileges from selected users in a Microsoft 365 Group.
With Remove-MgGroup, you can delete Microsoft 365 Groups directly using PowerShell—ideal for bulk cleanups or automation.
To restore a soft-deleted Microsoft 365 Group, use:
Restore-MgDirectoryDeletedItem -DirectoryObjectId ""
This cmdlet helps recover deleted groups within the 30-day retention window using their unique directory object ID.
Managing Microsoft 365 Groups is central to driving teamwork and secure collaboration within your organization. While the Microsoft 365 Admin Center is intuitive and suitable for basic operations, Graph PowerShell cmdlets empower advanced administrators to handle bulk operations, automate routine tasks, and integrate group management into custom workflows.
Whether you're just starting out or scaling operations, mastering both methods will elevate your admin capabilities across the Microsoft 365 ecosystem.
Did You Know? Managing Microsoft 365 applications is even easier with automation. Try our Graph PowerShell scripts to automate tasks like generating reports, cleaning up inactive Teams, or assigning licenses efficiently.
Ready to get the most out of Microsoft 365 tools? Explore our free Microsoft 365 administration tools to simplify your administrative tasks and boost productivity.
© Your Site Name. All Rights Reserved. Design by HTML Codex