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
Tim Hunter
Jan 10, 2019Iron Contributor
Deleted
Hi Paul,
Thanks for your reply! I did double-check and I am using cached mode. I will look at the Powershell option also.
Frank_NSR
Oct 01, 2020Copper Contributor
this worked for me!