Posted on 03-08-2018 06:34 AM
Is their a way to do this via a bash script? Additionally, is it possible to bypass having to enter an administrative password on every users machine?
Thank you!
Posted on 03-08-2018 07:26 AM
You could create a new policy
go to 'files and processes'
Execute Command field neter the following:
killall -HUP mDNSResponder;sudo killall mDNSResponderHelper;sudo dscacheutil -flushcache
This runs as root so no admin details required
G'LUCK!