A team inside the MS team is just an Office 365 group but it is hidden from Exchange. Based on customer feedback, new Office 365 Groups generated as a result of creating a team in Microsoft Teams will no longer show in Outlook by default. In order to view it inside Outlook, we need to enable it via PowerShell. The required PowerShell in mentioned below:
Set-UnifiedGroup -identity user@domian.com -HiddenFromExchangeClientsEnabled:$false
Note: user@domian is the email of the MS team in question
Please refer to MS link for more information on teams and Office 365 groups.
https://docs.microsoft.com/en-us/microsoftteams/office-365-groups
Comments
0 comments
Please sign in to leave a comment.