🎉 Our Office 365 Reporting Tool is now available in Azure Marketplace 🚀
This website uses cookies to improve your experience. We'll assume you're ok with this. Know more.
Azure AD

How to Get Office 365 Group Owners List in Microsoft 365

Unattended ownership of Office 365 groups can be a security nightmare! If you forget to replace the owner privileges of former employees, a group will become ownerless. Thus, this guide will be your roadmap to identifying and managing Microsoft 365 group owners to remove unwanted privileges and avoid ownerless groups in your organization.

Using Microsoft Entra Admin Center

Permission Required
Global Admin, Global Reader, Exchange Online Admin, or User Admin.
  • Log in to the Microsoft Entra admin center.
  • Navigate to the Identity»Groups»All Groups.
  • Click on the target group and select Owners under Manage to view the list of all owners of the M365 group.
Using Microsoft Entra Admin Center

Using Microsoft 365 Admin Center

Permission Required
Global Admin, Global Reader, Exchange Online Admin, or User Admin.
  • Login to the Microsoft 365 admin center with your admin credentials.
  • Navigate to Teams & Groups»Active teams and groups.
  • Click on the target group and select Owners under Manage to view the list of all owners of the M365 group.
Using Microsoft 365 Admin Center
  • Unfortunately, Microsoft 365 admin center doesn't let you export all group owners lists in one go. Instead, you will have to export the group members list and then filter the ‘Owner’ field alone in ‘MemberType’ column.

Using Windows PowerShell

Permission Required
Global Admin, Global Reader, Exchange Online Admin, or User Admin.
  • Connect to Exchange Online PowerShell.
  • Run the below cmdlet to get the list of group owners of all Microsoft 365 groups.
  • Windows PowerShell Windows PowerShell
     Get-UnifiedGroup | Select DisplayName, ManagedBy
Using Windows PowerShell

Keep Your Groups Organized - AdminDroid Makes Group Owner Management a Breeze!

Easily manage group owners and more with our AdminDroid's Azure AD reporting and auditing tool. Forget writing intricate scripts - our intuitive interface offers instant access and tour to Microsoft 365 group ownership reports, saving your valuable time and frustration.

Seamless Group Update Notifications

Stay updated on the recently created groups in Azure AD by taking advantage of our quick and easy email report option.

Stay Alert for Group Owner Changes

Generate alerts on Microsoft 365 group owner changes to proactively review the addition and removal of group owners to ensure only authorized personnel are granted access.

Elevate Group Management Visuals

Consolidate insights into a single, comprehensive dashboard for Microsoft 365 Groups.

Intuitive Group Owner Monitoring

Actively monitor Microsoft 365 group operations to detect and address operational inefficiencies before they impact productivity.

Strategic Ownership Insights

Download group by owners count report for a detailed view of group ownership distribution, empowering strategic decision-making.

Monitor External User Collaboration

Effortlessly email the groups with external users report to owners to manage Microsoft 365 guest users group membership in your organization.

AdminDroid simplifies Microsoft 365 groups monitoring by providing comprehensive oversight of owner changes, permissions, and assignments. This empowers admins to maintain a secure and organized M365 environment.

Explore a full range of reporting options

Important Tips

Utilize Azure AD dynamic groups to automatically assign owners based on department or role, ensuring the right people have access and reducing manual work.

Monitor Microsoft group ownership changes to ensure only authorized users have group ownership privilege.

By utilizing Microsoft Productivity Score, you can find unwanted owners, inactive groups, etc., managing group memberships proactively.

Common Errors and Resolution Steps

The following are possible errors and troubleshooting hints while dealing with Microsoft 365 group owner management.

Error Get-UnifiedGroup : A parameter cannot be found that matches parameter name 'GroupType'.

This error occurs when attempting to filter group owners by group type using the GroupType parameter in the Get-UnifiedGroup cmdlet.

Fix You can try filtering by group name by following the below cmdlet.
Get-UnifiedGroup -Identity <Group Name> | Select-Object DisplayName, ManagedBy

Error Microsoft.Exchange.Data.Directory.ADNotAMemberException

This error occurs when trying to add a non-existent member as an owner.

Fix Verify if the user already exists in the group. If you recently added the user, try again after some time.

Error The term 'Get-UnifiedGroup' is not recognized as the name of a cmdlet, function, script file, or operable program.

This error will occur if the Exchange Online module wasn't installed properly.

Fix Install the Exchange Online PowerShell module. If it is already installed, updating it could resolve the issue.
//Run the below cmdlet for installing it.
Install-Module ExchangeOnline
//Run the below cmdlet for updating it.
Update-Module -Name ExchangeOnline

Error The term 'Connect-MgGraph' is not recognized as the name of a cmdlet, function, script file, or operable program.

This error message occurs when you try to run the PowerShell cmdlets without the connecting Microsoft Graph PowerShell.

Fix To resolve this error, you must install and connect the Microsoft Graph PowerShell in your organization.
Install-Module Microsoft.Graph -Scope CurrentUser
Connect-MgGraph -Scopes "User.Read.All", "Group.ReadWrite.All"

Frequently Asked Questions

Manage Group Ownership in Office 365

What is the role of Microsoft 365 group owners?

What is the role of Microsoft 365 group owners? +

Microsoft 365 group owners play a crucial role in managing and controlling access to various shared resources within the platform.

Here's a breakdown of their responsibilities

  • Empowering Membership Management: Owners are crucial for managing group memberships like adding or removing members to ensure only right people have access to the group resources.
  • Customizing Group Settings: Owners have the authority to personalize the group's identity by modifying settings such as group name, description, picture, and group privacy.
  • Overseeing Shared Resources: Owners are responsible for managing members' access to shared resources like calendars, mailboxes, document libraries, SharePoint sites, Teams, and Planner boards. They can grant specific permissions or restrict access to these resources, ensuring proper resource utilization within the group.
  • Collaborative Leadership: Owners can delegate ownership responsibilities by assigning co-owners or delegating roles to other members.

Assigning multiple owners and customizing permissions are important practices for managing Microsoft 365 group owners. Whether you're overseeing a small private group or a large public one, knowing these responsibilities is crucial for effective group management.

How to assign a user as a group owner in Microsoft 365?

How to assign a user as a group owner in Microsoft 365? +

Assigning owners to a Microsoft 365 group can be done in several ways, but PowerShell stands out as an efficient method. PowerShell allows for bulk operations, providing greater control and flexibility in managing group settings and permissions.

To add a user as a group owner using PowerShell, follow the below steps.

  • Connect to Exchange Online PowerShell module with your administrative privileges.
    Connect-ExchangeOnline
  • To assign a user as an owner to a Microsoft 365 group, run the below cmdlet.
    Add-UnifiedGroupLinks -Identity <GroupName> -LinkType Owners –Links <UPN>
    #Replace <GroupName> with group display name and <UPN> with user principal name of the user.
  • To remove an owner from a Microsoft 365 group, run the below cmdlet.
    Remove-UnifiedGroupLinks -Identity <GroupName> -LinkType Owners -Links <UPN>
    #Replace <GroupName> with group display name and <UPN> with user principal name of the user.

Tracking group owner changes guarantees uninterrupted management and access to group resources.

  • Utilize AdminDroid's default ‘Alert Policy Templates’ to trigger alerts for group owner changes in your organization.
  • This policy alerts admins about owner additions, removals, and modifications along with the user who performed the activity.
groupowner-changes

What is the Group Ownership Governance policy in Office 365?

What is the Group Ownership Governance policy in Office 365? +

M365 Group Ownership Governance policy, also known as the ownerless groups policy, helps organizations automatically manage groups that don't have an owner.

The M365 Group Ownership Governance policy actively manages groups without an owner by:

  • Detecting ownerless groups: The policy continuously scans your tenant for groups without an owner.
  • Notifying eligible members: When an ownerless group is found, the policy sends email notifications to selected members, asking them to take ownership.
  • Getting members' approvals: Eligible members can accept or decline ownership through the email link.
  • Preventing deletion: Groups remain accessible even if no member accepts ownership. However, administrators will be notified and they can take further actions if needed.

Implementing a Group Ownership Governance policy for Microsoft groups improves security, efficiency, and compliance, ensuring your organization runs smoothly and securely.

How to activate Group Ownership Governance policy in Office 365?

  • Navigate to the Microsoft 365 admin center, click Settings»Org settings, and on the Services tab, select Microsoft 365 Groups.
  • Under Ownerless groups, select When there's no owner, email and ask active group members to become an owner check box.
  • Configure the settings based on your organization requirement and click Save.
ownership-policy

Note: This ownerless group policy configuration includes settings for specifying recipients of ownership notifications and defining active members to be notified.

It also allows Microsoft admins to set notification frequency and customize email templates sent to active recipients for ownership acceptance.

What happens if a user declines ownership of an ownerless group?

What happens if a user declines ownership of an ownerless group? +

In Office 365, if a user declines ownership of an ownerless group, the group remains ownerless. The user's decision to decline ownership does not assign ownership to another user automatically. As a result, the group will not have any owners responsible for managing its settings, membership, and other administrative tasks.

It's important for Microsoft 365 admins to monitor ownerless groups and take appropriate action, such as assigning a new owner or decommissioning the group if it's no longer needed.

So, it's crucial to ensure at least two group owners available to prevent any interruptions in managing the group's settings, membership, and other administrative tasks.

Monitoring the Azure AD group owners' count ensures effective management and engagement.

  • Managing the group owners count helps ensure that the right individuals have the necessary permissions and responsibilities for managing group resources effectively.
  • Admins can easily generate reports showing the number of group owners and email them to relevant Microsoft 365 admins for quick updates.
group-owners-count-email
+

Kickstart Your Journey With
AdminDroid

Your Microsoft 365 Companion with Enormous Reporting Capabilities

Download Now
User Help Manuals Compliance Docs
x
Delivering Reports on Time
Want a desired Microsoft 365 reports every Monday morning? Ensure automated report distribution and timely delivery with AdminDroid's Scheduling to your email anytime you need.
Delivering Reports on Time
Schedule tailored reports to execute automatically at the time you set and deliver straight to the emails you choose. In addition, you can customize report columns and add inteligent filtering to the activities just from the previous day to suit your Microsoft 365 report requirements.
Set It, Schedule It, See Results- Your Reports, Your Way, On Your Time!
Time Saving
Automation
Customization
Intelligent Filtering
Give Just the Right Access to the Right People
Grant fine-tuned access to any Microsoft 365 user with AdminDroid’s Granular Delegation and meet your organization’s security and compliance requirements.
Give Just the Right Access to the Right People
Create custom roles loaded with just the right permissions and give access to admins or normal users within AdminDroid. The result? A streamlined Microsoft 365 management experience that aligns your organization's security protocols and saves your invaluable time and effort.
Align, Define, Simplify: AdminDroid's Granular Delegation
Smart Organizational Control
Effortless M365 Management
Simplified Access
Advanced Alerts at a Glance
Receive quick notifications for malicious Microsoft 365 activities. Engage with the AdminDroid’s real-time alert policies crafted to streamline your security investigations.
Advanced Alerts at a Glance
Stay informed of critical activities like suspicious emails and high-risk logins, bulk file sharing, etc. Through creating and validating ideal alert policies, AdminDroid provides a comprehensive approach to real-time monitoring and management of potential threats within your organization.
AdminDroid Keeps You Always Vigilant, Never Vulnerable!
Proactive Protection
Real-time Monitoring
Security Intelligence
Threat Detection
Merge the Required Data to One Place
Combine multiple required columns into one comprehensive report and prioritize the information that matters most to you with AdminDroid’s Advanced Column Customization.
Merge the Required Data to One Place
This column merging capability offers a flexible way to add different columns from various reports and collate all the essential data in one place. Want to revisit the customized report? Save it as a 'View’, and your unique report is ready whenever you need it.
Merge with Ease and Save as Views!
Custom Reporting
Unique View
Desired Columns
Easy Data Interpretation
Insightful Charts and Exclusive Dashboards
Get a quick and easy overview of your tenant's activity, identify potential problems, and take action to protect your data with AdminDroid’s Charts and Dashboards.
Insightful Charts and Exclusive Dashboards
With AdminDroid charts and dashboards, visualize your Microsoft 365 tenant in ways you've never thought possible. It's not just about viewing; it's about understanding, controlling, and transforming your Microsoft 365 environment.
Explore Your Microsoft 365 Tenant in a Whole New Way!
Executive overviews
Interactive insights
Decision-making
Data Visualization
Efficient Report Exporting for Microsoft 365
Downloading your reports in the right file format shouldn’t be a hassle with AdminDroid’s Report Export. Experience seamless report exporting in various formats that cater to your needs.
Efficient Report Exporting for Microsoft 365
Navigate through diverse options and export Microsoft 365 reports flawlessly in your desired file format. Tailor your reports precisely as you need them and save them directly to your computer.
Take Control, Customize and Deliver- Your Office 365 Data, Exported in Your Way!
Easy Export
Seamless Downloading
Data Control
Manage Microsoft 365

Get AdminDroid Office 365 Reporter Now!