PowerShell Show Calendar

#first install the calendar module if not done so, in admin mode.
Install-Module PSCalendar

#run the following command to see a calendar
Get-Calendar
#or alternatively
calendar
#or 
cal
Lucky-Magnet