How can I set TimeZone using Powershell, on a Windows Server 2008 R2 target machine?
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"