Why IntuneWingetInstaller? You don't need to package applications one by one, just use parameters to install what you want.
It uses Winget.exe to install public released software like Adobe Reader, 7-Zip, VLC player etc for Microsoft Intune MDM Endpoint Manager.
- Find the correct application name by winget search. For example "winget search 7-zip". you might find multiple results.
- Uploade the Shareware-Installation.intunewin to Intune console as Win32 application
- Use installation command as below: powershell -executionpolicy bypass -file Shareware-Installation.ps1 "install" "7-zip"
- Use unistallation command as below: powershell -executionpolicy bypass -file Shareware-Installation.ps1 "uninstall" "7-zip"