simulacra75 Posted September 4, 2014 Report post Posted September 4, 2014 Hi there I've setup a CI that checks for the presence of the Symantec Endpoint Protection service in the registry of a client computer and if it's not found the client is then "non-compliant". This works just fine and is useful in detecting client machines where anti-virus is not installed. Since setting this up i've been told that there are some client machines in our organization that have another anti-virus product installed due to incompatibilities with the Symantec product. What i'd like to try and due is modify my CI so that it checks for the presence of SEP or "another product" and if neither are found then report as "non-compliant". Does this make sense? Has anybody had any luck creating CI's with conditional OR statements in them? I'm just not seeing how it can be done, or indeed, if it's even possible. Thank you. Quote Share this post Link to post Share on other sites More sharing options...
Peter van der Woude Posted September 4, 2014 Report post Posted September 4, 2014 That's possible, but you have to create a custom script for that. Quote Share this post Link to post Share on other sites More sharing options...