Is it possible to use the task scheduler on windows to receive an email notification every time a program is installed? If so, how? Right now, I have a Task setup to notify when there is a login that uses the sendEmail application from Brandon Zehm, and I like that style, so if I could use that...
Asked
Active
Viewed 396 times
1
1 Answers
0
Yes as Pimp Juice said, I would look for the event log (see down the page https://www.netwrix.com/how_to_detect_software_installations.html) and then to send an email read this (http://www.dummies.com/computers/pcs/how-to-create-a-task-to-send-e-mail-in-windows-task-scheduler/)
hope that helps.
-
Thanks. I just modified the instructions from the netwrix article to send the email. Thanks a lot! – owen sziber Apr 11 '18 at 17:04
-
-
Actually, on Stack Exchange we want to use links only as reference. Everything should be explained within the answer. – davidbaumann Apr 13 '18 at 11:29
$event = get-eventlog -LogName Application ~) and set it to look for Event ID11707and1003.... – Vomit IT - Chunky Mess Style Apr 10 '18 at 22:06