Bejay Posted July 18, 2014 Report post Posted July 18, 2014 Hi all, I just inherited the responsibility for our SCCM and I am in the process of learning. Most things I can deduct or find through the net, but one rather mundane task eludes me.... We have a helpdesk with serveral users that can access the SCCM console (in part obviously) and can deploy the packages I build for them. They (and me) would like the possibility to get feedback about the sucess or failure or a deployment to a certain device. Best case Scenario: The helpdesk member that initiated the deployment gets an email with the returncode or error msg or whatever. Is there anything onboard to accomplish that? Thanks in advance! Greetings Bejay Quote Share this post Link to post Share on other sites More sharing options...
wilbywilson Posted July 18, 2014 Report post Posted July 18, 2014 I'm not aware of anything that will email you return codes, successes, or errors for application deployments. I think your best bet would be to look in the "Monitoring" tab. There is a "Compliance" percentage there, and you can dig further into by clicking on "View Status" in the bottom pane. From here, you can see which machines were already compliant, which successfully installed it, which had errors (usually with some type of error code.) For really detailed errors and such, you'll either need to look at the Event Viewer on the machines in questions, or the log files that were generated (assuming you specified logs to be created with your application command line.) Quote Share this post Link to post Share on other sites More sharing options...