Posted on 02-08-2021 12:03 PM
Hey Jamf Nation!
We are trying to remove SEP 14.x from all our Macs.
We deploy the .command file to /private/var then have "File and Processes" start the shell script file. You'd think this would work fine since "File and Processes" is a root execution, but the end user still gets prompted to enter a username and password dialog.
Anyone got a way around this?
We are using the script from:
https://knowledge.broadcom.com/external/article/151387/remove-symantec-software-for-mac-using-r.html
Posted on 02-08-2021 12:37 PM
We ended up being able to remove SEP without admin prompts using this script:
https://gist.github.com/rderewianko/6aa0032f19e57b595e0fdae4470f6286
Posted on 11-29-2021 06:37 AM
This script is 5 years old - don't you have issues with system extensions, or have you not moved to Catalina+ ?
I've also been tasked with finding a way to remove SEP without requiring the local user to be admin and run into the issue of not being able to remove system extensions programmatically
Posted on 04-09-2021 09:05 AM
The suggestion by @diprentice works like a charm. Thanks!