Need a query where I am looking for machines that have both java 7.0.65 and any other installed java version. I need to run a parse script to remove the older versions of java from the machines.
So something where show me all the machines that hav 7.0.65 and also have any other version installed. Will run a msiexec /x "java" with a variable for all possible versions and force remove them all.