Forum Discussion
Jeff Williams
Aug 06, 2019Iron Contributor
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...
- Aug 06, 2019Sure!
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
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
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