Answers for "PowerShell show calendar"

0

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
Posted by: Guest on February-01-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language