How to set TimeZone using Powershell

stacker picture stacker · Nov 20, 2010 · Viewed 39k times · Source

How can I set TimeZone using Powershell, on a Windows Server 2008 R2 target machine?

Answer

Max_Steve picture Max_Steve · Jan 28, 2011

This is how I do it in setup scripts...although our AD infrastructure would set this when the machine joins the domain anyway...I like to be thorough in my scripting :)

%windir%\system32\tzutil /s "Eastern Standard Time"