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).
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).
Thanks.select vStatusMessagesWithStrings.Time, vStatusMessagesWithStrings.InsStrValue1 from vStatusMessagesWithStrings
where component = 'Microsoft.ConfigurationManagement.exe' and MessageID = 40301 and InsStrValue2 = "CLIENTSETTINGID"