Forum Discussion
Making a Outlook Group with an Existing MS Team
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 GangulaApr 16, 2024Iron 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
- TimClApr 23, 2020Copper 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
- VasilMichevApr 24, 2020MVP
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
- TimClApr 23, 2020Copper Contributor
VasilMichev I did create it in teams.
- Apr 23, 2020Don’t forget the : (comma) 🙃
HiddenFromExchangeClientsEnabled: $false