Forum Discussion

noushin_yazdani's avatar
noushin_yazdani
Copper Contributor
Sep 02, 2021

how do I make created Team group visible in outlook?

I created a Team in my team app , however there is no corresponding Group in my outlook, why is it so?

3 Replies

  • pvanberlo's avatar
    pvanberlo
    Steel Contributor
    Some time ago Microsoft changed the default from showing teams in Outlook to not showing them. You can change this using Exchange Online PowerShell by running the Set-UnifiedGroup cmdlet with the HiddenFromExchangeClientsEnabled parameter set to $false:

    Set-UnifiedGroup -Identity SomeTeam -HiddenFromExchangeClientsEnabled:$false

Resources