🎉 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.
Microsoft Teams

How to Find and Manage Ownerless Microsoft Teams in Microsoft 365

Are you increasing the risk of data breaches and security threats without assigning the owner to the orphaned Microsoft Teams? Look no further! Here are the ultimate findings to efficiently get your teams without owner report. Choose the better one!

Using Teams Admin Center

Microsoft 365 Permission Required
Global Admin or Teams Admin.
  • Navigate to the Teams admin center.
  • Under Teams, click ‘Manage teams’ which will show all the teams that have been created in your organization.
  • If a specific team has no owner in it, you will see the warning icon placed near the owner's count in the respective team row.
Using Teams Admin Center

Using Windows PowerShell

Microsoft 365 Permission Required
Global Admin or Teams Admin.
  • As we all know, the M365 group will be created at the time of team creation. Thus, we can get the teams without owners by simply running the following cmdlet.
  • But make sure to run the ‘Connect-ExchangeOnline’ cmdlet before running the below one.
  • Windows PowerShell Windows PowerShell
     Get-UnifiedGroup -Filter {ResourceProvisioningOptions -eq 'Team'} | Where-Object {-Not $_.ManagedBy}
  • The above cmdlet lists all the Teams-enabled Microsoft 365 groups that have no owners assigned to them.

Using PowerShell Script

Microsoft 365 Permission Required
Global Admin or Teams Admin.
  • Since there is no way to get complete orphaned teams report with a single cmdlet, we have prepared a PowerShell script to find teams without owner details efficiently.
  • Download and run the following script in the Administrator PowerShell by navigating to the script path.
Using PowerShell Script
FindOrphanedTeams.ps1

Making the hunt for ownerless Microsoft Teams a breeze!

Being a one-stop solution for all Microsoft 365 admins, AdminDroid Teams reporting and auditing tool lets you identify and manage ownerless teams without running any difficult PS scripts.

Centralized Overview of Ownerless Teams

Effortlessly locate all teams without owners and related, Microsoft Teams reports, accumulated in a single and accessible location.

Efficient Owner Assignment

Monitor orphaned teams, swiftly assign a new team owner and ensure that it is acknowledged and understood by the respective team members.

Detailed Information Access

Gain more than just insight into ownerless teams. Acquire detailed, Teams membership insights and settings for a more in-depth analysis.

Automated Report Generation

Schedule teams without owners report and have it delivered straight to your email, keeping you constantly informed about the status of ownerless teams.

Customizable Report Export

Adapt and, export ownerless teams report to suit your specific needs. You can email these Microsoft Teams reports in various formats, tailored to your use case.

Hassle-Free Auto Syncing

Eliminate the need for manual syncing, ensuring you always have the most recent information on ownerless teams at your fingertips.

Overall, AdminDroid empowers you to effectively get the ownerless teams and their details without any interruptions. You can also track ownership changes' activities in teams and private channels, ensuring that you have complete control over all the teams in your Microsoft Teams.

Explore a full range of reporting options

Important Tips

Each team should have at least two active team owners for proper Microsoft Teams governance.

Ensure timely management of ownerless Microsoft 365 teams. Check the teams’ ownership works efficiently to enhance your organization’s productivity.

Enforce archive a team instead of deleting the orphaned teams if an appropriate team owner cannot be identified.

Common Errors and Resolution Steps

The following are possible errors and troubleshooting hints while dealing with ownerless teams in Microsoft Teams.

Error The team does not have an owner.

When the user tries to click ‘Join’ to get added to the desired ‘Public’ team that has no owner, they won’t be able to join instead they get the error message.

Fix Assign a new owner to the team.
Add-TeamUser –GroupId <TeamId> - User <UserIdentity> -Role Owner

Error We're having trouble creating your channel. Please try again later.

Team members can’t add any type of channel to the ownerless team in Microsoft Teams.

Fix You can promote a member to an owner of a team.
Set-TeamUser –GroupId <TeamId> - User <UserIdentity> -Role Owner

Error Get-UnifiedGroup : The term ‘Get-UnifiedGroup’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

This error will occur while you are running the ‘Get-UnifiedGroup’ cmdlet without connecting to the Exchange Online PowerShell.

Fix Install and connect to Exchange Online before using this cmdlet.
Install-Module -Name ExchangeOnlineManagement

Connect-ExchangeOnline

Error You cannot run this script on the current system. For more information about running scripts and setting execution policy, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170

If you have set the execution policy settings to ‘RemoteSigned’, the above error will occur while running the PowerShell script.

Fix Change the execution policy settings by running the below cmdlet.
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass

Frequently Asked Questions

Find Teams Without Owners to Avoid Unmanaged Teams in Microsoft 365

What happens if a team has no owner?

What happens if a team has no owner? +

Every admin should know about the issues or problems they face if one of their teams in Microsoft Teams does not have an owner. Below are a few essential parameters that the admin should consider rectifying the situation.

  • No way to manage the team settings: Without an owner, members can’t add or remove members, edit team settings, or manage channels. This can confuse and decrease productivity within the team.
  • No members can delete the team: In case the team is no longer needed, and there is no owner to delete it, the team will continue to exist, which can’t be deleted by any of the team members.
  • No one can add external guests: Without an owner, no one can invite external guests to the team, limiting collaboration and communication with external stakeholders.
  • No restrictions to share files: Members can share any type of file in the team channels, resulting in significant data loss and organizational damage.
  • No owner to manage the storage quota: Team members can’t manage the storage quota if there is no owner in the team. Team groups will automatically get into read-only mode and lock the members inside it.
  • No members can join public Teams: Users are unable to join desired public teams if there are no owners in a respective team.

When will the team become ownerless?

When will the team become ownerless? +

Microsoft Teams can become ownerless if

  • Teams' owner left the company.
  • The owner's account is deleted or disabled in Microsoft 365.
  • Inactive owner account resulting in the removal of owner permissions.
  • Last team owner losing access to their account.
  • Any technical issues resulting in the loss of Teams ownership permissions and more.

Can ownerless teams pose a risk in Microsoft 365?

Can ownerless teams pose a risk in Microsoft 365? +

Even though the owner was removed from the team, members can still be able to collaborate via chats, calls or sharing files. However, they pose severe security threats which can lead to drastic data leaks, unauthorized access, or other Office 365 security breaches. In addition to this, there may be high risks when the team has guests or external users as members of it.

The greater the crowd, the larger the uncertainty; Every guest may pose a potential threat!

Using AdminDroid, you can easily encounter a number of guests in ownerless teams and predict the team’s health.

  • To find any guest user present in the orphaned Office 365 teams groups, you can check the ‘Guest Count’ column present in the Microsoft Teams Without Owner report.

How to monitor orphaned teams in Microsoft Teams?

How to monitor orphaned teams in Microsoft Teams? +

Having an owner in a team is crucial for effective Microsoft Teams management, security, and collaboration. You can get the orphaned teams list from Microsoft 365 in the below ways:

  • Teams Admin Center To get the ownerless teams in the Teams admin center, navigate to ‘Manage Teams’ under Teams section.
  • Microsoft PowerShellRun the PowerShell script provided and get the detailed ownerless teams report.

However, the Teams admin center requires manual searching of teams, and PowerShell does not offer an easy way to find and manage the ownerless teams.

With AdminDroid, you can instantly monitor the orphaned teams without looking any further.

  • We recommend you to 'Quick Schedule' the report periodically to your email by following the below steps.
  • You can also check whether the particular schedule has been created by navigating to the 'Schedule Reports' page in your AdminDroid portal.
report-quick-report

What to do when you find ownerless teams?

What to do when you find ownerless teams? +

If you identify teams without owners, you can perform the following steps to efficiently manage them before posing any severe issues inside your organization.

  • Know the purpose of the team and its active members to decide adding the new owner.
  • If the team is active, it is better to discuss with the team members who they would prefer as the new team owner.
  • Once you have finalized the new owner, communicate the change to all the members of the team. So that they can directly ask any team-related queries to the right person.
  • Last but not least, regularly review teams to make sure that they have at least one owner to take control.

Steps to Assign a New Owner to Orphaned Teams:

  • Navigate to Teams admin center as Global admin or Teams admin.
  • Click ‘Manage Teams’ under ‘Teams’ and then select the team that has no owner.
  • Now, add the desired user as a member by hitting the ‘+Add’ option in the ‘Members’ tab.
  • Once the user has been successfully added, you can change the Member role to the Owner in the ‘Role’ column.

Note : However, if you wish to promote a team member to the owner, you can just change the role of the member.

How to manage orphaned teams with group ownership governance policy?

How to manage orphaned teams with group ownership governance policy? +

You can automate the orphaned teams’ management by configuring the ‘Ownerless teams policy’. It can be achieved by enabling an ‘ownerless group governance policy’. Once configured, this policy sends an invite notification weekly to the most active members of a team to take control of team ownership.

Navigate to the Microsoft 365 admin center and follow the below steps to enable the ownerless groups policy:

  • Go to Settings»Org settings»Microsoft 365 Groups.
  • Select the check box, “When there is no owner, email and ask active group members to become an owner”.
  • You can keep the default policy or configure your policy. To create the custom policy, specify the members to whom you want to send ownerhsip notifications.
  • Select the sender on the ‘Who is this email coming from page’ and click Next.
  • You can also include a message and a policy guideline URL on the ‘Subject and message page’. Then, specify the groups or teams that you want to include in this policy.
  • Finally, click Finish once you have confirmed all the configured settings for the policy.

To ease your orphaned teams' management, AdminDroid’s management crew is already working on providing end-to-end Teams governance to regularly check your Microsoft Teams environment.

  • AdminDroid allows you to directly access the teams without owners' report in different formats without much effort.
  • You can directly click on the 'Email this report now' option to email the report along with the details to the desired recipient.
  • Also, you can save the report in your local system by hitting the ‘Download’ button.
email-this-report
+

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!