Skip to content

Simple script for using chocolatey in win32app deployments via Intune

License

Notifications You must be signed in to change notification settings

mardahl/Intune-ChocoInstaller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intune-ChocoInstaller

This script was designed to make using the chocolatey package repository easy to use with Intune. Utilizing the power of Win32app deployment. Package this script with the Intune Content Preperation tool, and it will be the only package you will need in order to install thousands of applications!

Get a list of available package names from the official repository here: https://chocolatey.org/packages

You can add your own private repository by modifying the ChocoInstall.ps1 script.

Useage

Once packaged as an .intunewin file Upload to Intune, as a Win32App Name the app according to the software you wish to install with Chocolatey- (i.e. Adobe Reader).

Enter the following as an Installation command:

powershell -ex bypass -file ChocoInstall.ps1 -package adobereader

Enter the following as an Uninstall command:

powershell -ex bypass -file ChocoInstall.ps1 -package adobereader -uninstall

Credits

Peter van der Woude, for saving me time by having shared his script to check for chocolatey installation :)

About

Simple script for using chocolatey in win32app deployments via Intune

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published