Is there a way I can set the time zone for all machines on my domain (perhaps using a group policy?). All the Windows machines are Server 2008 R2.
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
The command tzutil.exe is available on Windows 7 / 2008
To set to UTC use a command like |
|||||||
|
|
There's a couple of approaches that might work, export a "correct" registry fragment and import it via a script, which is a bit hacky but doable. Or there's an article here that discusses doing it with a powershell script, with some examples. |
|||
|
|