Forum Discussion

i-von's avatar
i-von
Copper Contributor
Aug 12, 2020
Solved

I can't see my group created in Teams in outlook

I'm having trouble with a group that I create in teams and it doesn't show up in outlook. Login to sharepoint and I can see the group in outlook in the conversations button, but in the groups section it does not appear. I hope you can help me, thanks

  • i-von 

    This is by design.  From https://docs.microsoft.com/en-us/powershell/module/teams/new-team?view=teams-ps#parameters:

     

    "If you want these groups to appear in Outlook clients, you can use the Set-UnifiedGroup (https://docs.microsoft.com/en-us/powershell/module/exchange/set-unifiedgroup) cmdlet in the Exchange Powershell Module to disable the switch parameter `HiddenFromExchangeClientsEnabled` (-HiddenFromExchangeClientsEnabled:$false)."

     

    Use the Set-UnifiedGroup -HiddenFromExchangeClientsEnabled:$false parameter on the specific group to allow the group to show in Outlook.

     

     

3 Replies

  • Bryan Hall's avatar
    Bryan Hall
    Brass Contributor

    i-von 

    This is by design.  From https://docs.microsoft.com/en-us/powershell/module/teams/new-team?view=teams-ps#parameters:

     

    "If you want these groups to appear in Outlook clients, you can use the Set-UnifiedGroup (https://docs.microsoft.com/en-us/powershell/module/exchange/set-unifiedgroup) cmdlet in the Exchange Powershell Module to disable the switch parameter `HiddenFromExchangeClientsEnabled` (-HiddenFromExchangeClientsEnabled:$false)."

     

    Use the Set-UnifiedGroup -HiddenFromExchangeClientsEnabled:$false parameter on the specific group to allow the group to show in Outlook.

     

     

    • jshapiro2135's avatar
      jshapiro2135
      Copper Contributor
      this works - - thank you. We had a bunch of team groups created in teams not showing up via the 'outlook' interface while the groups created in the M365 admin center showed up fine.. A toggle in the UI would be nice to show/hide teams groups in outlook for sure.. Microsoft you listening here ??

Resources