Get user info from AD

  • Thread starter Thread starter Alex
  • Start date Start date
A

Alex

Hello All,

Is it possible to get when a user logged in the network? I'm interested in
time (Logged in and logged out).

I'll be using VB 2005 and connecting to Active Directory.

Thanks!!!

Alex
 
¤ Hello All,
¤
¤ Is it possible to get when a user logged in the network? I'm interested in
¤ time (Logged in and logged out).
¤
¤ I'll be using VB 2005 and connecting to Active Directory.

The LastLogin property of a User DirectoryEntry should provide the date and time that the user last
logged into the system. AFAIK there is no way to accurately determine when the user last logged out
of the system.


Paul
~~~~
Microsoft MVP (Visual Basic)
 
Back
Top