Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by jdhitsolutions.com #
 
PREVIOUS NEXT
Tagged: #PowerShell #show #calendar
ADD COMMENT
Topic
Name
5+8 =