Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

PENDING SCCM Software Installation Alerts

hari

Member
Messages
9
Reaction score
0
Points
1
Greeintgs All,

If user installed any software,then we (System Admin) should get an alert mail. Is there any software from Microsoft side. We have SCOM tool,but i think this feature is not available in SCOM. Please suggest me on this.We have SCCM server as well.

If any script\vb script\batch\Power shell script for getting the alerts,Please share the same & step by step configuration is required.

Thanks,
Hari.
 
I am afraid this may not be completely possible with SCCM. But with scripting i guess its possible. Currently I don't have any script that does this job. May be you could use the built-in WMI event model to respond to events like software install. You could also fire off a PowerShell script in response to an event. https://github.com/pcgeek86/PowerEvents
 
Back
Top