Forum Discussion
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 straightforward making a group into a team but not the other way.
Cheers
6 Replies
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.
- Anwesh GangulaIron Contributor
Microsoft has https://microsoftteams.uservoice.com/forums/555103-public/suggestions/18706228-prevent-team-from-showing-in-outlook-global-addres a change in how Office 365 Groups are handled by default in Exchange Online.
Check out this blog post which talks about this change in detail:
https://blog.schertz.name/2018/07/displaying-teams-in-the-exchange-online-address-book/Additional References:
- https://answers.microsoft.com/en-us/msteams/forum/all/microsoft-team-doesnt-show-up-in-our-outlook-goups/f22c865c-713f-438d-ae67-c21bb433e49d?page=2
- https://community.spiceworks.com/t/how-to-make-the-teams-group-appear-on-outlook-groups-section/815596/3
- TimClCopper Contributor
VasilMichev Thanks very much for the help. I'm not quite smart enough to follow how to change that setting.
Where would I go to do that?
Cheers,
Tim
You need to connect to Exchange Online PowerShell, then execute the cmdlet: https://docs.microsoft.com/en-us/powershell/exchange/exchange-online/connect-to-exchange-online-powershell/connect-to-exchange-online-powershell?view=exchange-ps
- Donât forget the : (comma) đ
HiddenFromExchangeClientsEnabled: $false