Software Update deployment audit
Question
Hi Team,
Can any one tell us how to find who “deployed software update group”. we cannot find it in status message queries, is their any other way to find out who did that.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Hi Team,
Can any one tell us how to find who “deployed software update group”. we cannot find it in status message queries, is their any other way to find out who did that.
Answers ( 5 )
ok, you can use all audit messages for specific site, this will list all status messages, use the finder to filter out the message ID with 30196. this will tell you the user who created the updates assignment.
you can also run the SQL query to get this:
select * from vStatusMessagesWithStrings where MessageID = 30196
Give it a try.
Thanks,
Eswar
you can find out with the help of audit status messages. I will check and let you know how to track it. This could be a blog post.
Thanks,
Eswar
Hi eswar sir,
Just checked your blog and got that….. thanks much
Another one for collection modification by Anoop Sir.
https://www.anoopcnair.com/configmgr-who-modified-sccm-collection-deleted/
Kindly reply for questions. Happy learning.
One fine article by Anoop Sir.
https://www.anoopcnair.com/track-deleted-modified-changed-sccm-settings/
You will find everything.