- Notifications
You must be signed in to change notification settings - Fork24
Package any app from Winget to Intune - WinTuner
License
svrooij/WingetIntune
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Take any app from WinGet and upload it to Intune in minutes. This app is available asPowerShell module and as aCLI, both run mostly the same code.
- Downloading the installer and the logo
- Creating an
intunewin
file automatically - Generating the needed script information
- Publish the app to Intune.
This is the PowerShell version of the WinTuner application, requiring PowerShell7.4
(net8.0). Available in thePowerShell Gallery. Documentation can be foundhere.
Install-Module-Name WinTuner
As of April 2024, the main development focus will be on the PowerShell module, since that is what most sysadmin use. The CLI will still be maintained, but will not get new features as fast as the PowerShell module.
This application requiresDotnet 8 to be installed on your computer. It's abeta application, so please report any issues you find.Some commands run thewinget
in the background and are thus Windows-only, make sure you have theApp Installer installed on your computer if you want to use these commands.
Thepackage
andpublish
commands are cross-platform, and should work on any platform that supports dotnet 8. These commands no longer use the WinGet executable, which also means any other sources thanwinget
are no longer supported.Themsi
command is still windows only, as it uses theMicrosoft.Deployment.WindowsInstaller
package.
Check out thedocumentation for more information.
This is a beta application, it's not yet ready for production use. I'm still working on it, and I'm looking for feedback.If you found a bug please create anissue, if you have questions or want to share your feedback, check out thediscussions page.
If you want to contribute to this project, please check out thecontributing page and theCode of Conduct.
- WinTuner website
- Blog articles on Intune
- Open-sourcewinget index
- Open-sourcePowerShell Content Prep
About
Package any app from Winget to Intune - WinTuner