Bugzi Posted August 22, 2025 Posted August 22, 2025 Hello, How do other organisations deploy the MS Teams app onto their devices please? On Windows 10 I've used the Teamsbootstrapper.exe installation method which worked fine. But on Windows 11, this seems to only install Teams for the current user and when that user logs off and another user logs on, they do not have any MS Teams available. When I've checked for AppX package, nothing is found and when I check for AppX Provisioning Package, that's gone too. Is there a trick I am missing please? Many thanks
Olliedawg Posted August 22, 2025 Posted August 22, 2025 We use a login script that uses the bootstrapper, and installs it for each user.
ITGuyNW Posted August 22, 2025 Posted August 22, 2025 We just do the usual bootstrapper option (with -p at the end) and it works for all users Bulk deploy the new Microsoft Teams desktop client - Microsoft Teams | Microsoft Learn
Bugzi Posted August 22, 2025 Author Posted August 22, 2025 Thanks. Not sure if we can use login scripts tbh with our new setup but will have a look. I've tried to use the bootstrapped with option -p running as system as an intune app deployment but it only seems to install the teams client for the current logged in user. When that user logs off and another user logs in, no teams client is found. When I check for the provisioned APPX package, that comes back with nothing too. Rather odd tbh.
thimon Posted August 22, 2025 Posted August 22, 2025 Could you create a user scheduled task in that case, to run a minute after user logon?
Bugzi Posted August 22, 2025 Author Posted August 22, 2025 56 minutes ago, thimon said: Could you create a user scheduled task in that case, to run a minute after user logon? To do what please? Do you mean to run the bootstrapper.exe as the user?
thimon Posted August 22, 2025 Posted August 22, 2025 Yup this. Whatever script you want to run, assuming from a batch file, run it as a scheduled task when or soon after the user has logged in, can either run it as system or as the logged in user.
Bugzi Posted August 23, 2025 Author Posted August 23, 2025 3 hours ago, MatthewL said: You need machine wide installer. I thought Microsoft brought out the teams bootstrapper as a replacement for the machine wide installer? We tried the machine wide installer a while back but found that this gets outdated fairly fast and then this needs constant monitoring too.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now