Deploying Microsoft Teams with SCCM: Step-by-Step Guide
Today, we’ll walk through the process of creating and deploying a Microsoft Teams package within System Center Configuration Manager (SCCM). This guide will cover the steps from downloading the Microsoft Teams application to deploying it to your devices.
Step 1: Download and Prepare the Application
First, you need to download the latest Microsoft Teams application package. Once downloaded, place the MSIX file in a UNC path. This path will be used later in the SCCM console.
Step 2: Create a New Application in SCCM
- Open Configuration Manager Console: Navigate to the software tab and open the Application Management folder.
- Create Application: Right-click on the Microsoft folder (or your designated folder for applications) and select “Create an Application.”
- Select Application Type: From the dropdown menu, choose “Windows App Package.”
- Enter Source Path: Paste the UNC path of your MSIX file and provide the file name.
- Import Information: Click “Next” to view the imported information. Confirm it shows correctly (indicated by a green status).
- General Information: On the General Information page, make sure to check the option “Provision this application for all users on the device.”
- Review and Finish: Click “Next” through the summary and start the process. After completion, you will see a green checkmark indicating success. Click “Close.”

Leave a Reply