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!

NEW Find the audit of whats changed in Client Settings

  • Thread starter Thread starter Edy
  • Start date Start date
  • Replies Replies 2
  • Views Views 2K

Edy

Well-Known Member
Messages
310
Solutions
3
Reaction score
33
Points
28
Hey guys,

Is there a way to find out what's modified on the Client Settings?

So far I am only able to find out Who modified and which Client Setting was modified through SQL. I have also checked All audit status messages and its only show the User modified the Client Setting Object (Object ID).

select vStatusMessagesWithStrings.Time, vStatusMessagesWithStrings.InsStrValue1 from vStatusMessagesWithStrings
where component = 'Microsoft.ConfigurationManagement.exe' and MessageID = 40301 and InsStrValue2 = "CLIENTSETTINGID"
Thanks.
 
Back
Top