Skip to content

JayRHa/IntuneAppCreator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jannik Reinhard — AI, Cloud and Endpoint Management

Intune App Creator

PowerShell tool for automated creation, packaging, and deployment preparation of Intune Win32 apps.

Website GitHub LinkedIn X YouTube

Tool · App · CLI · PowerShell · Practical by design

Overview

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.

Intune App Creator start page

Quickstart

git clone https://github.com/JayRHa/IntuneAppCreator.git
cd IntuneAppCreator
Get-ChildItem -Recurse *.dll | Unblock-File
.\Start-IntuneAppCreator.ps1

Run the tool on Windows with PowerShell. Review every generated package and test the application with a limited Intune assignment before production deployment.

Repository Structure

Path Purpose
Start-IntuneAppCreator.ps1 Starts the application
modules/ Packaging, UI and utility functions
xaml/ WPF interface definitions
libaries/ Required WPF libraries

License

This project is available under the terms in LICENSE.


Built and maintained by Jannik Reinhard · Microsoft MVP for Security and AI Platform.

Support the open-source work

Stay healthy, Cheers Jannik

About

PowerShell tool for automated creation, packaging, and deployment preparation of Intune Win32 apps.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

32 stars

Watchers

1 watching

Forks

Releases

No releases published

Sponsor this project

Packages

 
 
 

Contributors