Thoughts on information security, code & automation, and other myriad interests of mine.

Home
Resources
About
GitHub
LinkedIn

Tags

  • Autopilot (1)
  • Azure (1)
  • Azure Functions (1)
  • Enrollment Status Page (1)
  • Entra ID (2)
  • Intune (2)
  • MS Graph (1)
  • Power Automate (1)
  • Powershell (2)
  • SCIM (1)
header image
Automated Onboarding, Part 2 - Software Deployment
11/2/2024

Win32 vs Line of Business

There's primarily two ways to install 3rd party Windows apps through Intune, Win32 (exe/msi) and Line of business (msi). LOB apps can be uploaded directly in the Intune portal, which is great, if the app's developer provides an msi installer. Win32 apps can be either exe or msi, but you have to use Microsoft's Content Prep Tool to package it before uploading to Intune. I've read that mixing LOB and Win32 apps can lead to installation delays during deployment, but I've mixed the two without issue in my current envir...

Intune, Enrollment Status Page