Hey there. I've used the following command to allow non-admins to add and remove printers, but would like to know how to undo it:
dseditgroup -o edit -n /Local/Default -a everyone -t group lpadmin
I tried the following, but it did not reverse the effect:
dseditgroup -o edit -n /Local/Default -a admin -t group lpadmin
I've searched around and found lots of threads on how to enable non-admins to add printers, but no topics that discussed how to undo the change so any help would be appreciated.