Forum Discussion

Jeff Williams's avatar
Jeff Williams
Iron Contributor
Aug 06, 2019
Solved

remove the outlook mailbox of an office 365 group

So i believe the current functionality is such that if you create an office 365 group by creating a team in teams then the group will not be visible in outlook.  No mailbox, calendar, etc.  I would l...
  • adam deltinger's avatar
    Aug 06, 2019
    Sure!
    Connect to exchange module in powershell the run:

    Set-UnifiedGroup -Identity (groupname) -HiddenFromExchangeClientsEnabled:$True

    To hide it from GAL just run the same but the property HiddenFromAddressListsEnabled
    Instead and set that to true as well

    Adam


Resources