Forum Discussion
New Teams Won't Show in Start Menu or Add/Remove Programs After Intune Install
How are you deploying it at the moment?
We deploy as a win32 app with the system behavior.
the install command is teamsbootstrapper.exe -p
- 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