A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
Honestly, this is the stupidest thing I have ever seen for groups. What a pain.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Group created in Teams. The group is dicoverable in outlook but i cannot access it.
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
Honestly, this is the stupidest thing I have ever seen for groups. What a pain.
Hi Gary Chute,
Welcome to Microsoft Q&A Forum! Have a good day and I hope you're doing well!
I completely understand how confusing and frustrating it is to be the Owner of a group yet unable to see or access it in your Outlook list, even though it is discoverable in search.
Based on my research regarding this phenomenon, this is actually a default behavior in the Microsoft 365 ecosystem. I have successfully reproduced this issue in my own testing environment, and here is what I found:
When a Group is created directly via the Microsoft Teams app, the system automatically hides it from Outlook (Exchange clients) to prevent cluttering your Outlook interface. It sets a specific property called HiddenFromExchangeClientsEnabled to "True".
If you are an end-user, you likely will not have the permission to change this setting yourself. Please contact your organization's IT Admin or Help Desk and ask them to update the group settings.
You can share the following PowerShell command with them to fix the issue:
Set-UnifiedGroup -Identity "Your_Group_Name" -HiddenFromExchangeClientsEnabled:$false
Once they run this command, the group will become visible in your Outlook "Groups" list (on both MacOS and Web), and you will be able to access it normally.
I hope this information helps partially resolve your issue or at least points you in the right direction with your IT team. If you have any concerns, questions, or if I misunderstood anything, please feel free to reach out anytime.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
AI answer
If you are the owner of a Microsoft 365 group created in Teams and it does not appear in your list of groups in Outlook, there are a few things you can check:
Set-UnifiedGroup -Identity <group name> -HiddenFromExchangeClientsEnabled:$false
This will unhide the group from Outlook.After making these adjustments, you should be able to access the group in both Outlook and Outlook on the web.