Win32 Package for Microsoft Teams Deployment
Are you looking to simplify your Microsoft Teams deployment? This Win32 package is designed to make the process seamless by automatically uninstalling the classic Teams version (if present) and installing the new Teams version (if not already installed).
Resources
Find all the necessary files in the GitHub Repository.
Deployment Steps
- Upload the Intunewin Package
- Install Command:
powershell.exe -executionpolicy bypass -file "install.ps1" - Uninstall Command:
powershell.exe -executionpolicy bypass -file "uninstall.ps1" - Detection Script: Upload the
detection.ps1script. - Assign the Package: Assign the package to all users or a specific group of users.
Further Details
Refer to the official Microsoft documentation: Bulk Deploy the New Microsoft Teams Desktop Client - Microsoft Teams | Microsoft Learn.

Comments
Post a Comment