< # .SYNOPSIS This script checks of a particular date in the past was a Thurday. .DESCRIPTION This script creates a DateTime object set for 1st May, 2003. The script then check to see if that day is a Thursday then displays the day of week for that date (which is a Thursday). This script ...