We use email notifications in our scripts all the time, a good example is we send one to the technician after an OSD completes. Here is test batch file I did a while back with blat.exe to include an attachment, just put in the right values for the email and mserver variables. Have fun J
Set [email protected] Set mserver=-server your.mail.server.com Set debug=-q -debug -log blat.log -timestamp Set subj=-s "ConfigMgr repair script ran by %USERNAME% on %COMPUTERNAME%" SystemInfo.exe > C:\Temp\SysInfo.txt timeout.exe /T 1 /NOBREAK > nul blat.exe C:\Temp\SysInfo.txt -to %email% -f %email% %subj% %mserver% %debug% From: [email protected] [mailto:[email protected]] On Behalf Of Chris Nackers Sent: Thursday, February 05, 2015 4:51 PM To: [email protected] Subject: RE: [mssms] RE: user notification of application install Yeah, you could check Ramsey’s blog, I know he’s done some status filtering stuff a few years back… Anything is possible I suppose with enough time J From: [email protected] [mailto:[email protected]] On Behalf Of Dwayne Allen Sent: Thursday, February 5, 2015 4:28 PM To: [email protected] Subject: Re: [mssms] RE: user notification of application install I bet you could use status message filtering and a pretty simple powershell script to do this ----- Dwayne Allen [email protected] (479) 310-0027 On Thu, Feb 5, 2015 at 3:46 PM, Heaton, Joseph@Wildlife <[email protected]> wrote: That’s what I thought. We’re not using Orchestrator, and I would imagine scripting could get pretty involved. Luckily, there’s no deadline, or even a formal request at this point, just a “Wouldn’t it be nice if?” From: [email protected] [mailto:[email protected]] On Behalf Of Chris Nackers Sent: Thursday, February 05, 2015 1:42 PM To: [email protected] Subject: [mssms] RE: user notification of application install Sure with some scripting and/or Orchestrator it would be possible. Nothing out of the box built-in to handle that type of request though. From: [email protected] [mailto:[email protected]] On Behalf Of Heaton, Joseph@Wildlife Sent: Thursday, February 5, 2015 3:10 PM To: [email protected] Subject: [mssms] user notification of application install I was just asked something that sounds a bit off-the-wall to me. I know that SCCM does not have e-mail notification built-in, but the question I was asked is: Can SCCM e-mail a user notifying them that the application has been installed, as part of the deployment? There is also interest in e-mailing a user when Windows Updates have been installed, in case they’re away from their machine, so that the possibility of the machine auto-rebooting after the 2 ½ hour grace period we currently allow is minimized. We are currently on SCCM 2012 SP1, although within the next couple of months I hope to be at R2 and latest CU. Joe Heaton

