Environment
I have 80 macs, I am using composer to create packages and I am deploying with ARD
Knowledge
I am a PC guy turned math teacher not a mac guy so I do not know anything about mac scripts and was not all that great with PC scripts when I was a full time tech.
What I did
I used the snapshot in composer on a local admin account to create an office package and deployed it with ARD. The good news is it deployed and ran under the standard user. The bad is the user level preferences like (do not run updates) did not install.
What I need
A way to set the user level preferences for all users on the machine (in this case there will be just 1 standard local user, but each mac uses a different name...ie mac1, mac2, mac3...mac80)
My guess is I need to run a post install script that will copy the user level preferences over to the already created mac1...mac80 user. I found cp -p /pathtofilesource /Users/*/Library/Preferences/
But I am guessing I need to run this with some kind of elevated privilege? Can I copy the entire library folder or do I need to make sure I just copy over what MS installed?
Is there an easier way? Can I do this post install and push out using ARD?
Thanks for any help!!!