dverbern Posted September 11, 2012 Report post Posted September 11, 2012 Hello All, I would like an email to be generated whenever a Operating System Deployment (OSD) Task Sequence results in a fail status. After Googling, I found this article: http://scug.be/sccm/...e-notification/ I run into a problem early on when I try to choose the Component that handles Task Sequence and OSD - I can't find any Component in the list that matches what I'm expecting to see, like "SMS_TASK_SEQUENCE" or similar. Is it possible I need to create this rule from the CAS or whether I need to turn on some kind of status capturing for the Task Sequence Component? I'm attaching a screenshot to show what I'm referring to. Any advice much appreciated. Regards, Daniel V Melbourne, Australia Quote Share this post Link to post Share on other sites More sharing options...
NeoXQ Posted April 4, 2013 Report post Posted April 4, 2013 Daniel, Did you got a answer or found the solution to your question? Quote Share this post Link to post Share on other sites More sharing options...
Peter van der Woude Posted April 4, 2013 Report post Posted April 4, 2013 Take a look at my post about Tweeting the Deployment Status, as the basics are the same: http://www.petervanderwoude.nl/post/tweeting-the-deployment-status-of-a-system-via-orchestrator-and-configmgr-2012/ Quote Share this post Link to post Share on other sites More sharing options...
mopey85 Posted May 30, 2013 Report post Posted May 30, 2013 I ran into a similar problem with this. I didn't use the component option. I went through the status results from the entire site and realized that anything with a message id of 11171 is a success or 11170 is a failure. this is what i used The attached a powershell script to send the email. which i got from http://scug.be/sccm/2010/10/01/configmgr-osd-task-sequence-success-or-failure-notification/ Hope this helps all. Quote Share this post Link to post Share on other sites More sharing options...
bleh Posted August 1, 2013 Report post Posted August 1, 2013 I've been using this solution and it's pretty good for me. http://schadda.blogspot.be/2012/01/sccm-2012-how-to-catch-errors-in-task.html At the end of the catch error I send an email with a commandline tool (http://retired.beyondlogic.org/solutions/cmdlinemail/cmdlinemail.htm) maybe it's a solution for you Quote Share this post Link to post Share on other sites More sharing options...
ntatschner Posted November 14, 2013 Report post Posted November 14, 2013 im spit balling here but could you read the contents of the logs and send it send the mail via powershell send mail? Quote Share this post Link to post Share on other sites More sharing options...
Amadon Posted August 4, 2015 Report post Posted August 4, 2015 Hi All, I found a simple solution to the problem in the original post. Instead of trying to choose one of the components that populate the drop-down menu, simply type in "Task Sequence Engine" or "Task Sequence Manager". I have successfully tested entering "Task Sequence Engine", so I assume it will also work for the manager. The task sequence engine messages might be more than you need, since it will notify you of any step that fails - even if the task sequence continues to execute successfully (like when "ignore error" is checked on that step). The manager errors will only notify you if the task sequence totally dies. Good luck all! Quote Share this post Link to post Share on other sites More sharing options...