I am looking for a way to receive an email alert once a specific timer (job of my choosing) job has started/completed. Is this possible and if so, how do I do it? Any ideas??
Thinking about this one, you could use PowerShell and a Scheduled Task to look at the Schedule property (to determine when it repeats) and then look at the LastRunTime and compare the two. You could also look at the HistoryEntries.StartTime and .EndTime properties for start/completion.