Forum Discussion
I can't see my group created in Teams in outlook
- Aug 12, 2020
This is by design. From https://docs.microsoft.com/en-us/powershell/module/teams/new-team?view=teams-ps#parameters:
"If you want these groups to appear in Outlook clients, you can use the Set-UnifiedGroup (https://docs.microsoft.com/en-us/powershell/module/exchange/set-unifiedgroup) cmdlet in the Exchange Powershell Module to disable the switch parameter `HiddenFromExchangeClientsEnabled` (-HiddenFromExchangeClientsEnabled:$false)."
Use the Set-UnifiedGroup -HiddenFromExchangeClientsEnabled:$false parameter on the specific group to allow the group to show in Outlook.
This is by design. From https://docs.microsoft.com/en-us/powershell/module/teams/new-team?view=teams-ps#parameters:
"If you want these groups to appear in Outlook clients, you can use the Set-UnifiedGroup (https://docs.microsoft.com/en-us/powershell/module/exchange/set-unifiedgroup) cmdlet in the Exchange Powershell Module to disable the switch parameter `HiddenFromExchangeClientsEnabled` (-HiddenFromExchangeClientsEnabled:$false)."
Use the Set-UnifiedGroup -HiddenFromExchangeClientsEnabled:$false parameter on the specific group to allow the group to show in Outlook.
But whyyyyyyyyyyy??? Bryan Hall