Task Scheduler could kick off a ps1 script at startup which would continually run an endless loop which would wake up once an hour to call Get-Process. If the process were not found then a Send-MailMessage cmdlet would be fired.
Couldn't find a Watch- type of cmdlet for this but there may be a better way to structure this?
HomeCookN