How to check login duration time

Anthony Azzopardi 6 Reputation points
2022-01-20T10:22:44.513+00:00

Hello,

we are currently facing some login uncertainties for some of our applications. I would like to know whether or not we can capture the time it takes a specific user to authenticate with AD.

thank you

Windows for business | Windows Client for IT Pros | Directory services | Active Directory
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Gary Reynolds 9,621 Reputation points
    2022-01-21T01:58:12.717+00:00

    Hi @Anthony Azzopardi

    While it might seem like a simple question, unfortunately it's not, as it depends on your meaning of authenticate. The time it takes to authenticate a set of credentials against a domain controller, is a pretty simple process, i.e. issue a bind statement and measure how long it takes. NetTools provides an option to do just this see the LDAP Performance option for details. However, measuring how long it take a workstation or server to complete a logon process is a little more complicated, as the logon process is made up of multiple steps completed, both locally and over the network, with multiple requests to the domain controllers, with each one authenticating each time and dependent on the other factor both on the network and local workstation\server that can impact the performance.

    Can you provide a bit more information on the problem you are investigating?

    Gary.

    1 person found this answer helpful.

  2. Limitless Technology 39,926 Reputation points
    2022-01-27T15:02:00.527+00:00

    Hello @Anthony Azzopardi

    I would recommend the next official article about the tracing and logging tools, as well the troubleshooting approach.

    https://social.technet.microsoft.com/wiki/contents/articles/10128.tools-for-troubleshooting-slow-boots-and-slow-logons-sbsl.aspx

    Hope this helps with your query,

    ----------------

    --If the reply is helpful, please Upvote and Accept as answer--

    1 person found this answer helpful.
    0 comments No comments

  3. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.