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
Hi BAT MAN,
If these were groups created via Microsoft Teams, they are hidden from Outlook by default. If you want them to show in both the Outlook left nav and the address book, you can use Set-UnifiedGroup to flip -HiddenFromExchangeClientsEnabled to $false. This link has more info on the PowerShell cmdlets:
Thanks,
Mike
- LindsayTSheltonFeb 17, 2021Brass Contributor
Mike, I know it's been over two years, but your comment was just what we needed to solve our problem and had previously been having awful search luck! Thank you kindly!