< # .SYNOPSIS This script manipulates a time using TimeZone info methods. .DESCRIPTION This script reimplements an MSDN sample using PowerShell. The script first creates a DateTime object then it converts it to Universal, UTC, Pacific and 'local' time. .NOTES File Name : Convert-Date.ps1 Author : Thomas Lee – tfl @psp .co.uk Requires : PowerShell Version 2… Read the full text.