How Can We Help?
How to install Microsoft Teams install VIA SCCM and the Teambootstrapper.exe
Download the latest bootstrapper with the MSIX
https://learn.microsoft.com/en-us/microsoftteams/new-teams-bulk-install-client
Create a batch file with the following text
@echo off taskkill /IM ms-teams.exe /F taskkill /IM Teams.exe /F powershell.exe -NoProfile -ExecutionPolicy Bypass -command .\RemoveOldTeams.ps1 -Basic powershell.exe -NoProfile -ExecutionPolicy Bypass -command .\Install-MSTeams.ps1 -ForceInstall -Offline
Download and unzip the files listed below to use the batch
NOTE! Important to put the batch file and all necessary files in the same folder
Commands can also be run individually using the powershell as administrator