Project Description
Windows Service to Schedule and Run PowerShell Scripts with Full Logging to Database of script output (all streams, including Write-Host).

Background
I was frustrated by the lack of useful tools for scheduling PowerShell Scripts. Yes Windows Task Manager in server 2008 R2 is pretty awesome, but every time I want to schedule a new script, the set of steps is enormous (plus having to look up the very long password for my domain account that handles running all PowerShell scripts).

I started looking around and the only alternatives I found were typically windows ports of the unix Cron program (not an improvement over windows task scheduler.. just a different way of doing things). Anything else seemed to cost an enormous amount of money (think JAMS-- like 5K$+) and gave me way more than I would ever use.

Essentials