In network preferences / Advanced, there's a checkbox to "Require Administrator Authorization to turn wi-fi on or off" that I want checked ("true") for all of our computers on our network. I found the preferences.plist file that stores this checkbox value (/Library/Preferences/SystemConfiguration/preferences.plist), but I'm no "scripter".
Does anyone know how to write a script that would effectively change the RequireAdminPowerToggle section of that plist file from "false" to "true"? I can't roll that entire plist file out to every computer via a policy because I don't want to change ComputerName for all of our computers. In other words, I can't have this particular plist file for every computer on our network - I just need that value changed from false to true.
Can anybody help? I wish I knew more about scripting...