Active Directory question

  • Thread starter Thread starter Gary Francisco
  • Start date Start date
G

Gary Francisco

Dears,

How do I know how many users are authenticated and actually connected to a
domain controller.

Thank you,

Gary Francisco
 
You really can't.

Kerberos is sessionless. You get a ticket, you use that ticket for 10 hours, it
doesn't require constant connection to the DC. In the meanwhile you could
hibernate or sleep or do whatever you want in that time frame.

You can look at who has current netbios sessions with

net sessions
 
Dear Joe,

Thanks for the info. My concern is that our lsass.exe memory consumption is
increasing. I am finding a root cause.

Thanks,

Gary
 
Back
Top