I'd like to have my servers install updates (and reboot if necessary) at a specific time (Sunday at 4AM) every week.
The way I was thinking of doing this is to set a policy running a execute command of "softwareupdate --install --all" to run on checkin daily, but with a client-side limitation of between 5AM and 4AM only on Sunday. I'm assuming Patchoo probably does a better job of controlling update deployment, but I haven't had any time to research that yet due to a time crunch. Does anyone know of a better way than what i'm planning to do? Or should it get the job done efficiently?