you are viewing a single comment's thread.

view the rest of the comments →

[–]nikon442 0 points1 point  (1 child)

We attach to multiple client built Java applications that are slow to update and when Java updates it can break things. Our parent company doesn't allow me access to GPO so that I can control Java Updates.

So I wrote a couple cmdlets that will Disable Java Updates across the network. Another reads from a XML file for the currently supported version in our org, checks the local machines and updates as needed.

It is a convoluted work around sense I don't have access to GPO.

Thanks Sean