https://github.com/JayRHa/IntuneAppCreator
PowerShell tool for automated creation, packaging, and deployment preparation of Intune Win32 apps.
https://github.com/JayRHa/IntuneAppCreator
app-deployment automation endpoint-management microsoft-intune powershell win32
Last synced: 7 days ago
JSON representation
PowerShell tool for automated creation, packaging, and deployment preparation of Intune Win32 apps.
- Host: GitHub
- URL: https://github.com/JayRHa/IntuneAppCreator
- Owner: JayRHa
- License: mit
- Created: 2022-07-29T15:06:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-05-15T07:14:50.000Z (about 1 month ago)
- Last Synced: 2026-05-15T07:39:54.329Z (about 1 month ago)
- Topics: app-deployment, automation, endpoint-management, microsoft-intune, powershell, win32
- Language: PowerShell
- Size: 2.92 MB
- Stars: 31
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Intune App Creator
**PowerShell tool for automated creation, packaging, and deployment preparation of Intune Win32 apps.**
Package. Prepare. Deploy.
[](https://github.com/JayRHa/IntuneAppCreator/stargazers)
[](https://github.com/JayRHa/IntuneAppCreator/network/members)
[](https://github.com/JayRHa/IntuneAppCreator/issues)
[](https://github.com/JayRHa/IntuneAppCreator/graphs/contributors)
---
`Endpoint Management` | `PowerShell` | `Public` | `Maintained`
## What is this?
Intune App Creator supports Microsoft Intune and endpoint management workflows such as automation, troubleshooting, remediation, deployment, or reporting.
## Project Context
- Use it when Intune work should be scripted, packaged, synchronized, or made easier to repeat.
- Most workflows start from repository assets, then move through Microsoft Graph, Intune, or device-side execution.
- This repository is maintained as a practical project and reference asset.
## How It Works
The repository stores scripts or tooling, administrators configure or run them, Intune and Microsoft Graph apply the work, and endpoint results feed back into reports or follow-up actions.
```mermaid
flowchart LR
Repo[Repository assets] --> Admin[Administrator workflow]
Admin --> Graph[Microsoft Graph or Intune]
Graph --> Device[Managed endpoint]
Device --> Result[Detection, remediation, or report]
Result --> Review[Review and iterate]
Review --> Repo
```
## Quick Start
1. Review the project context and workflow below.
2. Clone the repository:
```bash
git clone https://github.com/JayRHa/IntuneAppCreator.git
```
3. Continue with the setup, usage, or workflow sections below.
---
# IntuneAppCreator
[Blog Post](https://jannikreinhard.com/2022/08/01/introduction-of-the-chocolatey-intune-app-creator/)
Anyone who has worked with Intune and deployed an app knows that this is a bit of work. You have to download the sources, create the IntuneWin file, create the app in Intune. To simplify this I have created the Intune App Creator. With this application you can search within the >9,000 Chocolatey and automatically add this app to your Intune app portfolio with just one click.
