Skip to content

Instantly share code, notes, and snippets.

@aromig
Created September 11, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aromig/44f9782d307b2a9286c4 to your computer and use it in GitHub Desktop.
Save aromig/44f9782d307b2a9286c4 to your computer and use it in GitHub Desktop.
# Remove McAfee EPO
cd /Library/McAfee/cma
sudo ./uninstall.sh
# Remove VirusScan
cd /usr/local/McAfee
sudo ./uninstallMSC
# Force McAfee Check-in with EPO
# [C]hecks for new policies and tasks, Sends [P]roperties, [E]nforces polcies
sudo /Library/McAfee/cma/bin/cmdagent -C
sudo /Library/McAfee/cma/bin/cmdagent -P
sudo /Library/McAfee/cma/bin/cmdagent -E
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment