Powershell script to update Java to latest version -


We have an application which is Java dependent that we are working on SCCM installer to exclude customers.

Due to updates to Java, almost monthly (and up to 30 days old updates are available), we are exploring a way to stay up to date with the latest Java version of the SCCM installer. We have the ability to run PowerShell scripts from the SCCM installer, but we have not found any way to write a script that will automatically download and install the latest Java version.

Do anyone know that this is possible, and how can we go about it?

Thank you in advance!

You might use the available links on this page for download:

P> Alternatively, you can download once and share a file so that you can use simple methods to copy the file from the UNC. Like Path

  \\ fileserver \ folder \ installerpackage.exe  

Just be prepared for headache. In addition to extracting and upgrading Java on dozens of machines, I can tell you that it is not always a clean install / reinstallation unless they improve Uninstaller, it is a good opportunity that you Eventually hesitant to such situations where the Java founder feels that this is installed, but it is not. I have also seen the opposite where it thinks that it is not established but it is.


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -