I am trying to add an exclusion for Zulu Java to the following relevance.
concatenations ", " of (unique values of names whose (it != "" and it != "1.5" and it != "1.6" and it != "1.7" and it != "1.8") of keys of keys "HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment" of (x32 registries; x64 registries))
I tried the following, but it does not work. The message is: "the property 'value ’ is not defined.
concatenations ", " of (unique values of names whose (it != “” and it != “1.5” and it != “1.6” and it != “1.7” and it != “1.8” and it whose (value “JavaHome” of it as lowercase does not contain “zulu”)) of keys of keys “HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment” of (x32 registries; x64 registries))
I guess the question is how to test a value when looking at keys.