Forum Discussion
New Teams Won't Show in Start Menu or Add/Remove Programs After Intune Install
Is there a "provision teams" command with tnbe new teams that's similar to the available switch in the old teams msi installer?
I'm not quite sure, I understand the question.
However, this is the official deployment guide for the new Teams from Microsoft:
https://learn.microsoft.com/en-us/microsoftteams/new-teams-bulk-install-client
- devinm_Feb 07, 2025Copper Contributor
Hi,
Did you ever end up figuring this out? We're deploying via Intune and experiencing the same problem, though, it's hit or miss.
- Michael_H40May 24, 2024Copper Contributor
we have the same issue and i think its related to the detection script. the script from this link only checks
if the package is under C:\Program Files\WindowsApps.
This doesnt check if its actually installed and useable for the user. if the check only checks the presence of the bootstrapper or the appx file but doesnt check if its installed for the user -> useless script.
i work on a detection based on the install status of a Appx product. it must be in the list of installed software products. thats what i would check against
- A-DogMar 29, 2024Copper Contributor
We deploy as a win32 app with the system behavior.
the install command is teamsbootstrapper.exe -p
- NicklasOlsenMar 26, 2024Iron ContributorSorry, I haven't had the time to test with Autopilot. I will try one of the next days 🙂
How are you deploying it at the moment? - A-DogMar 25, 2024Copper ContributorYes.. that's the guide we followed when we first started testing. Teams will NOT show up in Start menu / List of apps when installed via Autopilot.
If installed from company portal or as a required install outside of autopilot there is no issue.