Sending an email for a permission change
I'm pretty sure this can be accomplished by attaching to a file/folder's
permission event change using WMI. You might need to audit and attach to the
event log... I'm fuzzy on the details, but poke around for capturing custom
events and WMI or something. This is detrimental to the computer's
performance.
As for sending email when services stop, this can be configured under the
Recovery tab. For First Failure: (and optionally Second, Subsequent
failures) choose "run a file". As for what to run -- a command file that
sends an email (we use Blat! for this purpose, but invoking a script,
writing to a log file, poking telnet in a funny way -- anything's possible)
and restarts the service (net start blah) works great.
\\ MadDHatteR