Im trying to create a self-service policy with a script that will disable the "smart quotes" system setting but am running into issues getting this to work.
defaults write NSGlobalDomain NSAutomaticQuoteSubstitutionEnabled -bool false
Above command seems to work fine when using it on my local device but when trying to use this command in a jamf policy, no luck. any ideas on how I can get this to work? Thanks in advance.
