A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
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:
- Group Visibility: By default, groups created through Teams are hidden from Outlook clients. To make the group visible, you can use the PowerShell cmdlet to change the visibility setting. Run the following command in Exchange Online PowerShell:
This will unhide the group from Outlook.Set-UnifiedGroup -Identity <group name> -HiddenFromExchangeClientsEnabled:$false - Cached Exchange Mode: If you are using classic Outlook, ensure that your Outlook profile is set to Cached Exchange Mode instead of Online mode. This setting can affect the visibility of groups in Outlook.
- Access Permissions: Make sure that you are indeed listed as a member of the group. You can verify this in the Exchange admin center by checking the group details under the Members tab.
After making these adjustments, you should be able to access the group in both Outlook and Outlook on the web.