Zlodey Posted December 12, 2014 Report post Posted December 12, 2014 Hi, guys! I have to create a notification to sccm admin, when user installs application(usual, without required request) from application catalog like in this article http://www.scconfigmgr.com/2013/03/27/get-e-mail-notification-for-new-application-requests/ Quote Share this post Link to post Share on other sites More sharing options...
Peter van der Woude Posted December 12, 2014 Report post Posted December 12, 2014 You might be able to work something out with status filter rules and running a script, but the big question to me is, why? If you don't want the user to install the software, simply don't make it available... Quote Share this post Link to post Share on other sites More sharing options...
Zlodey Posted December 15, 2014 Report post Posted December 15, 2014 Thnx for answer. Script is a great idea, but i don't know which sql table or view contains this information. I want that the user to install software and I want that the admins receives e-mails with notifications about software installations from portal. It some sort of statistic Quote Share this post Link to post Share on other sites More sharing options...
Peter van der Woude Posted December 15, 2014 Report post Posted December 15, 2014 To be honest, I think that's a very weird method to gather statistics especially because ConfigMgr logs everything in the database. Simply run a report on the information and pull the statistics you need. To get the information you need you can use the Message ID from the Deployment Status of a deployment. Create a status filter rule based on that information and add an action that runs a script to sent the information via mail. Quote Share this post Link to post Share on other sites More sharing options...
Zlodey Posted December 16, 2014 Report post Posted December 16, 2014 I almost agree with you. But there is political side of the task. My boss wants that IT-manager who doesn't have sccm admin console receives e-mail informs that exact user installs from portal exact application. Could you give more detail information about status filter rule? And which would be Message ID when user installs application from portal? Quote Share this post Link to post Share on other sites More sharing options...
Peter van der Woude Posted December 16, 2014 Report post Posted December 16, 2014 I do have to say that it will be easy to setup for old-school packages, as you can look the status message in the deployment status and based on that you can create the status filter rule (see also: http://technet.microsoft.com/en-us/library/gg712680.aspx#Config_Status_Filter_Rule). The new applications on the other hand don't work with status messages any more, but with state messages (like software updates). That means it will be tricky to get the information you're looking for. Quote Share this post Link to post Share on other sites More sharing options...
Zlodey Posted December 17, 2014 Report post Posted December 17, 2014 Old-school packages doesn't work with Web Application Catalog. What would be state message for action when user clicks install button for some application on Web Application Portal? I'm not sure that state message will deffers between situations when user requests app and installs it and when user simply installs app without request. I can parse ServicePortalWebService.log, but it contains information about installations on Web App Catalog with request and without it Quote Share this post Link to post Share on other sites More sharing options...
GarthMJ Posted December 17, 2014 Report post Posted December 17, 2014 Old-school packages doesn't work with Web Application Catalog. What would be state message for action when user clicks install button for some application on Web Application Portal? I'm not sure that state message will deffers between situations when user requests app and installs it and when user simply installs app without request. I can parse ServicePortalWebService.log, but it contains information about installations on Web App Catalog with request and without it Why do you say Package does work with the App Catalog? They do work and I use them all the time. Quote Share this post Link to post Share on other sites More sharing options...
Peter van der Woude Posted December 17, 2014 Report post Posted December 17, 2014 To add-on, have a look at the Deployments node in the Monitoring workspace. It will provide you a lot more information about the different states and situations of a deployment. Quote Share this post Link to post Share on other sites More sharing options...