Skip to content

scottrudy/PsCalendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PsCalendar

Calendar module for PowerShell

##Install instructions This module is available on the PowerShell Gallery. Instructions are available on the site for global installation, but if you need to install without admin rights to your profile, simply open a PS session and type one of the following commands.

Install-Package PsCalendar -Scope CurrentUser

or

Install-Module PsCalendar -Scope CurrentUser

##Usage Once installed you can run the command and optionally pass in a date [-date=01/01/2000].

calendar 01/01/2000

or

calendar -date 01/01/2000

About

Calendar module for PowerShell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published