No of visitors who read this post: 150
Category: Misc Databases
Type: Question
No votes yet

How can I export the log data security of a Windows Active Directory to make a graph of connected and disconnected time? Could we make a simple application that uses Active Directory (AD) connection and disconnection time for the calculation cards time user? If so, how can we do it?

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

#

Usually the logs of everything that you use within the operating system are located in the directory where they are installed. Since you want to monitor the timeline of the Windows Active directory, you need to follow the steps below.

  1. First see that which directory is the Windows Active Directory.
  2. After that see if the create log option is set to on or active on the directory.
  3. If it is already on then it’s ok, otherwise activate it and click ok.
  4. After that you will see a notepad.txt in the directory with the name of LOG.TXT
  5. This file normally has all the information related to the directory from the starting time till the end time. You can use it for sure to accomplish whatever you are trying to do.