DateTime to Month Name

(Get-Culture).DateTimeFormat.GetMonthName($date.Month)
Details
Example