how do I make created Team group visible in outlook?

Copper Contributor

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

3 Replies
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

thanks, should I be admin@pvanberlo 

Yes. You should either have an appropriate admin role or specific permissions set in Exchange Online.