Skip to content

One Zero One

Code for Your Node

  • Home
  • Posts
  • Contact

Automating Intune Application Packaging

  1. Home
  2. Automating Intune Application Packaging
  • Andy Lievertz
  • March 26, 2023
  • 1
Posted in Automation, PowerShell, Scripting, Software Development, Systems Administration

On the surface, packaging applications for deployment with Intune seems simple: Wrap an installer using the IntuneWinAppUtil.exe utility; provide silent installation and uninstallation commands; provide a detection method; and call it a day, right? Practically speaking, however, there are ample opportunities for human error. Naturally, the solution is automation!

This One Zero One automation script attempts to “normalize” application deployment with Intune. It creates install.cmd and uninstall.cmd wrapper scripts for your application, and packages them into an .intunewin along with the installer and any additional file assets you’ve placed in the application’s assetsDirectory; and writes a predictable registry key-value-data entry that can be used to detect the installation.

OZO Intune Packager

  • Share:  
  • Facebook
  • Twitter
  • Google+

Andy Lievertz

View all posts by Andy Lievertz | Website

Previous post

WordPress on LAMP with Session Encryption and Backup

One thought on “Automating Intune Application Packaging”

Comments are closed.

Copyright © 2023 | All Rights Reserved.

Loading