Created
September 11, 2015 14:10
-
-
Save aromig/44f9782d307b2a9286c4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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