maciejrebisz.com

IT

How to deploy Microsoft Teams MSI with Intune with Graph API – Mobile-First Cloud-First

maximios February 28, 2021

Microsoft has finally released there Teams app for Windows a MSI file – this makes the deployment with Intune easy, instead of the old .exe installer.

Microsoft has provided MSI files (both 32-bit and 64-bit)

In this blogpost I will show two ways to upload the Microsoft teams App to Intune – there is the hard way and the easy way, the hard way is in the Intune Portal and the easy way is by using the Intune Graph API powershell script from Dave Falkus @DaveFalkus to upload MSI files to Intune.

The hard way is to download the Microsoft Teams MSI from the links above.
Go into the Intune portal
Click Mobile Apps

Click Apps

Click Add

Select App type – “Line-of-business app”

Select – “App package file”

Browse for the previous download Microsoft Teams MSI file

Select – “App information”

  1. Enter Description – “Microsoft Teams MSI”
  2. Enter Publisher – “Microsoft”

Wait for the upload to complete and you are ready to deploy.

The easy way it with Microsoft Intune Graph API – and thanks to Microsoft’s Dave Falkus it is easy for the rest of us. With the Application_LOB_Add.ps1 script you just need to change from line 1377 and the rest of the script.

First download the Application_LOB_Add.ps1 script from https://github.com/microsoftgraph/powershell-intune-samples/tree/master/LOB_Application

Change the line from 1377 with this:

####################################################

#### MSI Install microsoft Teams 64 bit
$output = "$PSScriptRootteams64bit.msi"
Start-BitsTransfer -Source http://aka.ms/teams64bitmsi -Destination $output
Upload-MSILob "$output" -publisher "Microsoft" -description "Microsoft Teams 64Bit"

#### MSI Install microsoft Teams 32 bit
$output = "$PSScriptRootteams32bit.msi"
Start-BitsTransfer -Source http://aka.ms/teams32bitmsi -Destination $output
Upload-MSILob "$output" -publisher "Microsoft" -description "Microsoft Teams 32Bit"

Run the script and you are ready to deploy Microsoft Teams 32/64 Bit as MSI files from Intune.

Download the script here.

Then Microsoft Teams 32/64 bit MSI files are ready to deploy.

Read more at:

Install Microsoft Teams using MSI
Here is the link to all Dave Falkus great Intune Graph API samples: microsoftgraph/powershell-intune-samples

Related Posts

IT /

Intune – Windows device enrollment restrictions – Cloud First

IT /

How to add “hidden” Windows UWP to Windows Store for Business – Cloud First

IT /

Office 2016 Active Directory-Based activation – Cloud First

‹ Intune client is working on Windows 10 build 14393.105 – Mobile-First Cloud-First › How to change MDM Authority in SCCM CB 1610 – Mobile-First Cloud-First

Recent Posts

  • Intune – Windows device enrollment restrictions – Cloud First
  • How to add “hidden” Windows UWP to Windows Store for Business – Cloud First
  • Office 2016 Active Directory-Based activation – Cloud First
  • How to deploy Windows Local Experience Packs with Intune – Cloud First
  • Conditional Access for Outlook Web Access (OWA) – Cloud First

Recent Comments

No comments to show.

Archives

  • November 2025
  • October 2025
  • August 2025
  • July 2025
  • June 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • November 2024
  • September 2024
  • July 2024
  • June 2024
  • March 2024
  • December 2023
  • August 2023
  • June 2023
  • March 2023
  • February 2023
  • December 2022
  • September 2022
  • August 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • January 2022
  • December 2021
  • October 2021
  • September 2021
  • August 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • February 2020
  • January 2020
  • December 2019
  • October 2019
  • September 2019
  • June 2019
  • April 2019
  • March 2019
  • February 2019
  • March 2018
  • February 2018
  • December 2017
  • October 2017
  • August 2017

Categories

  • IT

Back to Top

© maciejrebisz.com 2026
Powered by WordPress • Themify WordPress Themes