Skip to content

ThomasHoins/IntuneWinget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

IntuneWinget

This is a tool to make intune winget installation easier.

The scripts and the IntuneWin file can be used to build a package in which the sources are installed directly via winget.

  1. Recreate a "Windows App (win32)" app in Intune.
  2. Integrate the “install.intunewin”. Nothing needs to be changed.
  3. Adjust the texts, select and integrate the icon.
  4. Set the following as the “Install command” program: powershell.exe -executionpolicy bypass -file install.ps1 Notepad++.Notepad++ Where “Notepad++.Notepad++” is to be replaced by the corresponding ID of the program.
  5. Alternatively, you can also powershell.exe -executionpolicy bypass -file winget.ps1 PARAMETERS Here PARAMETER must be replaced by the normal winget parameters.
  6. For the "Uninstall command" the corresponding information is given powershell.exe -executionpolicy bypass -file uninstall.ps1 Notepad++.Notepad++ Where “Notepad++.Notepad++” is to be replaced by the corresponding ID of the program.
  7. check.ps1 can be used after customization to determine whether the program is installed.

However, it is better to check for the existence of the executable file!

About

tool to make intune winget installation easier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •