SCCM 2403 and a alerts and an e-mail triggered when any deployment is going out

PerserPolis-1732 1,841 Reputation points
2024-08-15T12:26:20.8166667+00:00

Hi,

are there any alerts that can be setup so that an email is triggered when deployments or Windows Updates or Package are go out?

For example: an email that would inform the users, each deployments or Windows Updates or Package has gone at X time?

Regards

Microsoft System Center
Microsoft System Center
A suite of Microsoft systems management products that offer solutions for managing datacenter resources, private clouds, and client devices.
1,009 questions
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Deployment: The process of delivering, assembling, and maintaining a particular version of a software system at a site.
990 questions
Microsoft Configuration Manager
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sherry Kissinger 4,836 Reputation points
    2024-08-15T18:33:45.8466667+00:00

    Short answer: No, emails to informing a user of the recipient of a deployment is not built-in to Configmgr.

    If you look at https://learn.microsoft.com/en-us/mem/configmgr/core/servers/manage/configure-alerts, you'll see what alerts within the console are meant for, is for informing specific group mailboxes, or ConfigMgr Admins, when "some threshhold was triggered". Those alerts are meant more for monitoring the health of your site, not to email individuals which are the target for a deployment.

    That said... if you are looking to 'inform your users of things', you MIGHT want to experiment with the Powershell Application Deployment Toolkit, also known as PSADT. PSADT is NOT a Microsoft product, it's a community / 3rd party tool. But a lot of CM Admins use it. Depending upon how you configure it, for any individual <thing> you are deploying, you 'could' configure it to, for example: popup to the user with a detailed explanation of what it is, and that they can defer installing <thing> up to x times.

    Check the 'user experience' section here: https://psappdeploytoolkit.com/features Of course, do not just take my word for it. Download it, play with it IN YOUR LAB or at least only against your 1 or 2 test devices. See if even though it's not "email", it will fulfill your underlying requirement, which I believe to be "inform the users".

    <note, PSADT isn't for Windows Updates, but for app deployments, it works fine>

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.