Configuration profiles manage plists.
Specifically, they manage plists in Library/Preferences folders such as:
/Library/Preferences/
~/Library/Preferences/
~/Library/Containers/com.developer.identifier/Data/Library/Preferences/
~/Library/Group Containers/com.developer.identifier/Library/Preferences/
Profiles don't run scripts and they don't alter any existing computer settings. They override existing settings when applied. When removed, the existing settings take effect again.
They're not for the settings you want to manage. In your case, a script sounds like the right way to go.
Thanks talkingmoose.
Not trying to run a script with them, was trying to figure out if there was a way to manage this via a profile instead of the script I've used in the past. (i.e., was there a plist that would have the same effect as adding users to the lpadmin group). Appreciate it though, sounds like going with the "tried and trusted" approach will work, I'm just trying to move as much of our configuration over to profiles as possible as we move our management process to Casper.
I 101% agree with that philosophy!