Hi @p-pawlowski_8446, I'm not super familiar with JumpCloud, but it looks like they have a very nice tutorial on how to use Chocolate with JumpCloud: https://university.jumpcloud.com/courses/tutorial-using-chocolatey-for-windows-and-jumpcloud I think the main things that you will need to do with ProGet are: Make sure that your ProGet instance is accessible to the machines that you are installing the chocolate packages on In that tutorial, they showed the choco install command. You should replace that command with the one that shows in ProGet (ex: choco install 7zip --version 21.7 --source https://proget.yourserver.com/nuget/choco-demo-cached/): Hope this helps! Thanks, Dan