All,
I have recently installed and configured patch manager in my enterprise environment. I really like the third-party update functionality but I'm having some issues. Currently, I am testing the install of Java to get everyone to the latest version. Everything installs properly and looks good but it is leaving all old versions behind which is not good. I have seen of this forum people using the GUID codes to install versions of Java but this is also no good since this will take way too much effort to get this to work. All I am wanting this to do is run a simple batch file to uninstall all Java 8 versions and I know it works since I have tested on many different machines. It looks like this:
wmic product where "name like 'Java 8%%'" call uninstall
If I am not able to get this working then patch manager is a non starter for me since this still leaves our organization at a huge security risk. I have done pretty much every suggestion with using the Package Boot Helper but nothing I do seems to work. Can someone please tell me the correct syntax of how to get patch manager to run a simple script.
Thanks,
Will