Forum Discussion
A group that I've created is missing connections to various other MS365 apps
- Aug 25, 2020
To anyone else visiting this question looking for a solution, see this link:
https://answers.microsoft.com/en-us/msoffice/forum/all/teams-groups-shown-in-outlook/fbec45df-5831-4887-a7a7-4701468f5b3d
Basically, you need to create the group in Outlook first, then link to it from Teams, if you want the group to appear in Outlook.
If you have already created the group in Teams, you will need to use PowerShell to make the group visible in Outlook.
Your question describes a very specific issue... the same exact issue that I am facing. The answer selected as "best response" does not answer Our question.
How can I fix the Group that is missing Apps... I.E.: there is no Mail/Calendar/Files/etc... only the 4 that you mention in your question.
Did you ever find the actual solution to this? I Need Help!! 🙂
Andy Craig this is frustrating isn't it?!
What worked for me (albeit, in one scenario only and more than a year ago) was to follow the instructions that I linked (excerpt below) for the specific group I was having trouble with:
a. Open Windows PowerShell as an administrator and https://docs.microsoft.com/en-us/powershell/exchange/exchange-online/connect-to-exchange-online-powershell/connect-to-exchange-online-powershell?view=exchange-ps.
b. Run the cmdlet: Set-UnifiedGroup -Identity "<Group Name>" -HiddenFromExchangeClientsEnabled:$false. For example, I have a team named "test". The cmdlet I need to run is Set-UnifiedGroup -Identity "test" -HiddenFromExchangeClientsEnabled:$false
Good luck!