https://github.com/hudsonm62/Intune-Win32App-Library
My Library of Intune Win32 Apps
https://github.com/hudsonm62/Intune-Win32App-Library
app-deployment automation intune intunewin32app microsoft-365 powershell template
Last synced: 3 months ago
JSON representation
My Library of Intune Win32 Apps
- Host: GitHub
- URL: https://github.com/hudsonm62/Intune-Win32App-Library
- Owner: hudsonm62
- License: mit
- Created: 2025-07-04T01:51:38.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-08-04T01:12:52.000Z (11 months ago)
- Last Synced: 2025-08-04T03:38:53.652Z (11 months ago)
- Topics: app-deployment, automation, intune, intunewin32app, microsoft-365, powershell, template
- Language: PowerShell
- Homepage: https://hudsonm62.github.io/Intune-Win32App-Library/
- Size: 1.98 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-intune - Intune-Win32App-Library - Community library of pre-packaged Intune Win32 Apps. (Win32 App Packaging / Other Tools)
README
# Intune Win32 Apps Library
A collection of Win32 Apps for Intune.
You can use these pre-made setups to quickly package Win32 apps for deployment to Intune, or repurpose this repository as a template library for your own apps.

---
Whilst we can't provide any `.intunewin` and installer files directly (due to licensing issues), we've provided enough scripts and resources to help you create and maintain them easily.
The repo is structured to allow you to both automate your own library, or pick and choose just what apps you want to use. Each App has its own folder under [`/Apps`][./Apps] and **_can_** contain the following:
- **`download.ps1`**: Script to download an installer.
- **`detect.ps1`**: Intune detection script.
- **`logo.png`**: Logo file to use for Company Portal.
- **`/source`**: Folder where required files are stored for packaging.
- **`/source/install.cmd`**: App Installation script.
- **`/source/uninstall.cmd`**: App uninstallation script.
See the [Template App](./Apps/_template) for the basic file structure.
You can also visit the [Wiki](https://hudsonm62.github.io/Intune-Win32App-Library) for more detailed information, examples and using some of the provided [scripts](./Scripts).
## Contributing
Still in the early stages, if you feel like something is missing or could be improved, please open an issue or a pull request.
Read [Contributing.md](https://hudsonm62.github.io/Intune-Win32App-Library/contributing) for more information.
[./Apps]: ./Apps
## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.
## Disclaimer
This repository is not affiliated with, nor endorsed by, Microsoft Corporation. "Microsoft," "Intune," and all other mentioned trademarks are the property of their respective owners.
The scripts and resources provided herein are for educational and informational purposes only. Always test in a controlled, non-production environment before deploying them in a live setting. Use at your own risk.