PowerShell tool for automated creation, packaging, and deployment preparation of Intune Win32 apps.
Tool · App · CLI · PowerShell · Practical by design
Packaging a Windows application for Microsoft Intune takes several repetitive steps. I built Intune App Creator to search the Chocolatey catalog, package an application and prepare it for Intune from one workflow.
Read the original introduction on my blog.
git clone https://github.com/JayRHa/IntuneAppCreator.git
cd IntuneAppCreator
Get-ChildItem -Recurse *.dll | Unblock-File
.\Start-IntuneAppCreator.ps1Run the tool on Windows with PowerShell. Review every generated package and test the application with a limited Intune assignment before production deployment.
| Path | Purpose |
|---|---|
Start-IntuneAppCreator.ps1 |
Starts the application |
modules/ |
Packaging, UI and utility functions |
xaml/ |
WPF interface definitions |
libaries/ |
Required WPF libraries |
This project is available under the terms in LICENSE.
Built and maintained by Jannik Reinhard · Microsoft MVP for Security and AI Platform.
Stay healthy, Cheers Jannik
