Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages