Posted on 11-17-2015 08:07 AM
Our middle school students are standard users on their laptops so they can't set up time machine on their machines. Anybody know how to get a standard user set up to use a network time machine volume?
Posted on 11-17-2015 08:17 PM
This fellow's script got me working with what you're trying to do.
Posted on 11-18-2015 05:10 AM
We include the following lines in our first boot script to accomplish this for our students.
security authorizationdb write system.preferences allow
security authorizationdb write system.preferences.timemachine allow
You could push this out to students as a policy after the fact as I'm sure you're in the middle of the school year ;-)
Posted on 04-14-2016 09:49 AM
Would you push this out as a script, or Files and Processes?
Posted on 04-14-2016 10:02 AM
Nevermind. Got it. And thank you for the script.