PowerShell/demos/crontab
2016-07-21 10:03:08 -07:00
..
CronTab Add -Force to Remove-CronJob 2016-07-21 09:55:48 -07:00
crontab.ps1 cleanup demo script 2016-07-21 09:56:14 -07:00
README.md Add README 2016-07-21 10:03:08 -07:00

CronTab demo

This demo shows examining, creating, and removing cron jobs via crontab.

Output of Get-CronJob is a strongly typed object with properties like DayOfWeek or Command. Remove-CronJob prompts before removing the job unless you specifiy -Force.

Tab completion of -UserName is supported, e.g.

Get-CronJob -u

NYI: no way to run crontab with sudo if necessary NYI: ignoring shell variables or comments NYI: New-CronJob -Description "..." (save in comments" NYI: @reboot,@daily,@hourly,etc