< # .SYNOPSIS Displys number of days in a particular month. .DESCRIPTION This scrips uses System.DateTime to determine, then display, the numbe of days in some months. .NOTES File Name : Get-DaysInMonth.ps1 Author : Thomas Lee – tfl @psp .co.uk Requires : PowerShell V2 CTP3 .LINK http://www.pshscripts.blogspot.com .EXAMPLE PSH [C:foo]: . 'C:foo… Read the full text.