ps1 file and upload in to Intune PowerShell: So you can rest assure that the client doesn’t reinstall itself every time a user signs in. If a user already has the Teams app installed in the appdata folder, the MSI installer will skip the process for that user. Invoke-WebRequest -Uri '' -OutFile 'Teams_windows_圆4.msi'īased on the default behavior of the installer, whenever a user signs into a new Windows User Profile, the installer will be launched and a copy of the Teams application will be installed in that user’s appdata folder. New-Item -ItemType Directory -Force -Path C:\TeamsAutomation
(You can use the x86 MSI as well if you need) As Intune falls into the latter, if you’re on a modern-managed environment – I prepared a script for that purpose.
Looking at the documentation to i nstall Microsoft Teams using MSI, you can use System Center Configuration Manager, Group Policy or any third-party distribution mechanisms for broad deployment. Since the ‘Windows S’ Teams app is no longer available, the options were to either create a ‘Line of Business’ app in Intune or use Graph API. I was looking for an ‘easy’ way to push the Microsoft Teams app to devices using Intune.