Is there an audit log of whom accesses what password and when?
What I’m looking for is to validate that Employee John Doe accessed Password at Dec 22, 2023 at 00:12:45.
Is there an audit log of whom accesses what password and when?
What I’m looking for is to validate that Employee John Doe accessed Password at Dec 22, 2023 at 00:12:45.
@DB3403 Welcome to the forum!
You should be able to get this type of information from the Event Logs. Sounds like you would mostly be interested in item-level events (e.g., Events 1108
, 1111
, or 1114
).
Thats exactly what I was looking for