Forum Discussion
Ken_Z
Nov 21, 2023Brass Contributor
Latest FSLogix and New Teams - how to get that working reliably
Hi Everyone I've spending a long time earlier this year getting Teams and Office working reliably with FSLogix, I'm now trying to get the new Teams (23306.3308.2524.1744 as of posting this messag...
- Feb 14, 2024FSLogix 2210 hotfix 3 is GA!
Chin-S
May 24, 2024Copper Contributor
I have a working work-around:
When users log in, the following mandatory script is run. This installs the new-Teams with the user's credentials, it looks like something is written in the userprofile as well:
=======
c:
cd \Program Files\Microsoft Teams Installer\
teamsbootstrapper.exe -p -o "C:\Program Files\Microsoft Teams Installer\MSTeams-x64.msix"
=======
If the return-code is 'true' (that means the installation is succesfull) users can then start new-Teams via START -> Microsoft Teams (Work or School).
When users log in, the following mandatory script is run. This installs the new-Teams with the user's credentials, it looks like something is written in the userprofile as well:
=======
c:
cd \Program Files\Microsoft Teams Installer\
teamsbootstrapper.exe -p -o "C:\Program Files\Microsoft Teams Installer\MSTeams-x64.msix"
=======
If the return-code is 'true' (that means the installation is succesfull) users can then start new-Teams via START -> Microsoft Teams (Work or School).