

When you complete the above steps, click Create.I am using create-react-app tool to develop React apps. Run script in 64 bit PowerShell host – Yes.Run the script using the logged on credentials – Yes.Under Script Settings blade, specify the following configuration For Script location, browse and upload the script.Specify a description for the PowerShell script policy.Provide a valid name for the PowerShell script policy.On the Device configuration – PowerShell scripts blade, click Add script.


Saved the following script as mentions in the above lines. This script contains the instructions to implement the basic configurations. Finally when you add the apps, save this script as chocolateymotor.ps1. The script contains the install commands for Google Chrome, Adobe Reader, VLC, CCleaner, Winrar.įurthermore you can add some more applications if you want to. The Chocolatey script that I am using is shown below. In my case I attempted to load a script with some basic applications within the same script.

Automate Intune Application Deployment using ChocolateyĪs I mentioned before you can use Chocolatey to automate the application deployment in Intune. Every time it has been very useful when it comes to application deployment in Intune. I have been using Chocolatey in my setup since long time. It is super easy for installing application packages on Windows 10 devices. Think of it as the ultimate automation tool for Windows. Patch My PC Sponsored ADĬhocolatey is a global PowerShell execution engine using the NuGet packaging infrastructure. You can easily manage all aspects of Windows software (installation, configuration, upgrade, and uninstallation). What is Chocolatey – Chocolatey is a command line application installer for Windows. In my previous post I covered on Intune MSI application deployment, and you can read it here. This short post gives you an idea on how can you automate Application Deployment in Intune using Chocolatey. It is easy to automate Intune application deployment using Chocolatey.
