Viewing articles tagged 'timezone'

 how to change timezone using powershell

run powershell as an admin and try this   Set-TimeZone -Id "US Eastern Standard Time"

 Windows Server Change Time Zone

Open Powershell with "Run as an administrator"Run command: Get-TimeZone -ListAvailable #command...