< # .SYNOPSIS Gets and displays time zone information via WMI .DESCRIPTION This script uses the Win32_TimeZone class to obtain, then display time zone information for a computer. This script is a MSDN sample recoded in PowerShell .NOTES File Name : Get-TimeZoneInfo.ps1 Author : Thomas Lee – tfl @psp .co.uk Requires : PowerShell V2 CTP3 .LINK Script posted… Read the full text.