0

I need to log all users access to computer in a mysql database. I need datetime, user and workstation, how to do it? How to set up an event on domain controllers?

Tobia
  • 1,272
  • 9
  • 41
  • 81

1 Answers1

0

Read the logon events in the domain controllers and log the details to your DB.

michael
  • 1
  • 2