Forum Discussion

Anthony-123's avatar
Anthony-123
Iron Contributor
Apr 25, 2022
Solved

How to ensure Teams groups appear in Outlook?

From what I've read, a group created with Teams should appear in Outlook. That's not the case for me.  When I created the team last week, it would appear / disappear from different devices and apps w...
  • VasilMichev's avatar
    Apr 25, 2022
    A while back, Microsoft introduced a change to "hide" all Teams-enabled groups form Outlook. Apparently, to reduce confusion. The fix is to toggle the -HiddenFromExchangeClientsEnabled property via PowerShell:

    Set-UnifiedGroup Team688 -HideFromExchangeClients:$false

Resources