Forum Discussion
Office 365 groups not visible in Outlook client
- DeletedOct 19, 2018
It seems that your groups are hidden by default to show them in outlook you have to change it via Powershell.
Set-UnifiedGroup -Identity "Legal Department" -HiddenFromAddressListsEnabled $false
more info here https://docs.microsoft.com/en-us/office365/enterprise/manage-office-365-groups-with-powershell
It seems that your groups are hidden by default to show them in outlook you have to change it via Powershell.
Set-UnifiedGroup -Identity "Legal Department" -HiddenFromAddressListsEnabled $false
more info here https://docs.microsoft.com/en-us/office365/enterprise/manage-office-365-groups-with-powershell
Some Groups are in the Outlook list and some are not. And that is true on PCs in my office, home and laptop. If the default was not visible, how could some be visible and some not?
- MikaelBohlinApr 27, 2020Brass Contributor
It depends on how the groups was created.
A O365 group created in the Teams client will automatically be hidden in Outlook (groups) and the Exchange addressbook.
O365 groups created in any other tool will NOT be hidden anywhere, not even if it created in the Teams Admin portal.
So groups made in Outlook for PC, Outlook Web Access, Exchange Admin portal, Azure AD Groups, etc - the list grows long. All these groups will be seen in Outlook per default.- Poul_Erik_SorensenMay 05, 2020Copper Contributor
I have just created a new Group in the admin portal. I added 2 Owners and the group did not show up in Outlook, for the Owners.
I then added the Owners as Members also, and the Group showed up in Outlook within 20 seconds.
When you look in the Group they are only visible as Owners.
- It-WorksJun 25, 2020Copper Contributor
Thank you for this solution, worked for me! Drove me nutz! Still trying to figure it out, it seems like there is a delay between creating groups in Microsoft 365 and having them show up in SharePoint/Outlook (takes hours/day)… tyPoul_Erik_Sorensen
- tp_ahaasJul 28, 2021Copper Contributor
Has Microsoft documented this somewhere? I can't seem to find it other than your comment.
- Jul 28, 2021Not Microsoft, but close enough 😉 https://office365itpros.com/2021/07/08/how-hide-teams-enabled-groups-from-exchange-online/