DateTime to Month Name

(Get-Culture).DateTimeFormat.GetMonthName($date.Month)
Details
Format a DateTime value in the Month Name format

Example
PS C:\> $Date = Get-Date
>> (Get-Culture).DateTimeFormat.GetMonthName($date.Month)

March