If I open Terminal and run this command it works fine. In System Preferences...General it changes "Show scroll bars" to Always
defaults write NSGlobalDomain AppleShowScrollBars -string "Always"
I put this into a script in Jamf and attach it to a policy and it will not work. The policy definitely runs but the change is not made to the scroll bars
!/bin/bash
defaults write NSGlobalDomain AppleShowScrollBars -string "Always"
Any ideas?
