Summary
In this guide, Bernardo walks us through the process of setting up email notifications for when an SCCM task sequence completes a deployment. This step-by-step tutorial covers everything from accessing the Configuration Manager to setting up a PowerShell script for sending emails. Let's dive into the details and ensure you never miss a deployment completion again!
Highlights
- 📧 Objective: Set up email alerts for SCCM task sequence completion.
- 🖥️ Tools Used: SCCM Configuration Manager, PowerShell.
Key Insights
- 🛠️ Access Configuration Manager: Begin by opening the Configuration Manager and navigating to the Monitor tab.
- 🔍 Identify Message ID: Locate the status message with ID 11,171, which indicates successful completion of a task sequence.
- 📦 Find Package ID: Note the package ID (e.g., 48) of the task sequence you want notifications for.
- ⚙️ Set Up Status Filter Rules: In the Administration section, create a status filter rule using the identified Message ID and Package ID.
- 💻 Configure PowerShell Script: Use a PowerShell script to define SMTP server details, credentials, and email parameters. Place this script on the SCCM server.
- 🚀 Execute Script: Within the filter rule, set an action to run the PowerShell script, ensuring it sends an email upon task sequence completion.
- ✅ Test Deployment: After setting up, test the deployment to confirm receipt of an email notification.
Conclusion
With this setup, you'll receive timely notifications for task sequence completions, ensuring you stay updated on all deployments. This process is a game-changer for system administrators looking to streamline their workflow and improve efficiency. Happy deploying! 🚀
Watch the Video
Video URL: https://www.youtube.com/watch?v=14tiUmcgJ7A