I have a number of users who let their laptop batteries run down to 0% and their Date/Time resets to 2001.
They cannot unlock their date/Time system prefs because they do not have admin passwords.
They cannot VPN to the home office because VPN doesn't like the wrong time.
I want to make a Self Service button that they can use to Sync the time.
I'm using ntpdate -u time.apple.com to force them to re-sync.
• The command works like a charm on my computer in terminal.
• The command (loaded into the JSS as a script) works like a charm executing via Casper Remote.
• A policy, with Self service enabled, scoped to all users, the same script included, hangs forever...
I looked in console (after adding -s) and cannot find out where the problem is.
Has anyone else done this same thing successfully or had a script that works well otherwise just freak out Self Service?