Forum Discussion
TimCl
Apr 23, 2020Copper Contributor
Making a Outlook Group with an Existing MS Team
We have a Team in Teams that we would like to make a group in outlook as well, so that the file sharing will be in the same place for Outlook Group and Team. Is this possible? It seem pretty stra...
VasilMichev
Apr 23, 2020MVP
There is no "other way" because every Team already has a Group behind it. You simply need to "unhide" it as Microsoft recently introduced a change that removes any such groups from the Outlook view. Use this:
Set-UnifiedGroup teamxxx -HiddenFromExchangeClientsEnabled $false
Now I suppose it depends on where you created the group initially, but that's the general idea.
Apr 23, 2020
Don’t forget the : (comma) 🙃
HiddenFromExchangeClientsEnabled: $false
HiddenFromExchangeClientsEnabled: $false