Forum Discussion
Deleted
Oct 19, 2018Office 365 groups not visible in Outlook client
Hi Outlook are not showing the Groups - not in the desktop client nor in the Outlook Web app Running Cached mode Version 1808 — 10730.20155 - 'click to run' Users are in the group that ar...
- 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
Adam Fowler
Mar 25, 2019Iron Contributor
I found out this a while ago:
https://www.adamfowlerit.com/2018/07/office-365-groups-missing-from-outlook-2016/
Try creating a group with the primary alias as your onmicrosoft domain rather than your standard mail domain, and see if that turns up.