Forum Discussion

Deleted's avatar
Deleted
Oct 19, 2018
Solved

Office 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...
  • Deleted's avatar
    Deleted
    Oct 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

Resources