Forum Discussion
VishnuBose
Dec 06, 2020Copper Contributor
While creating new Teams , Groups doesn't get created in Outlook
Hi All, While we create a new Teams from the teams client, no groups gets created under the groups section in outlook. Where as if we create a group from outlook web browser, and after going to Shar...
Dec 08, 2020
Yes, this is by design.
Automatic provisioning as mentioned is a solution or just create as normal in teams and then run this command from powershell with the exchange module will help you:
Set-UnifiedGroup -Identity MyGroup -HiddenFromExchangeClientsEnabled:$False
Adam
Automatic provisioning as mentioned is a solution or just create as normal in teams and then run this command from powershell with the exchange module will help you:
Set-UnifiedGroup -Identity MyGroup -HiddenFromExchangeClientsEnabled:$False
Adam