Posted on 12-01-2016 08:38 AM
I am trying to create a smart group to detect if SEP 12.1.6 is NOT running on clients machines... though the criteria I find available for Symantec "processes" is only:
com.symantec.liveupdate.daemon com.symantec.liveupdate.daemon.ondemand com.symantec.sharedsettings com.symantec.symdaemon
I have a test machine in front of me and have SEP running, but can't find any of these 4 processes even running.. anyone have any suggestions? Only thing I can find actively running after login is:
Symantec Endpoint Protection
SymUIAgent.app
Posted on 12-02-2016 10:24 AM
A process named SymDaemon should be running. That is what we key off of.
pgrep SymDaemon
...should return an integer if it's running.