Java deployment with PowerShell App Deployment Toolkit


PowerShell App Deployment toolkit is a very good and free wrapper for software that I deploy with SCCM. I have created a java 8 Update 91 deployment and  you can download it here. The command line for a silent deployment of the application or package in SCCM is: Deploy-Application.exe -DeplyMode “Silent”orDeploy-Application.ps1 -DeplyMode “Silent” Do the Read More