How to display entire users's sessions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Is anyone can tell me how to display the whole user's session of an entire
Active Directory and how to cancel one of them ?

P.S. : I already looked at session of the PDC role server without finding
whole users's sessions
Thanks for your help,
Job
 
Do you mean the user is logged on more than once to the domain and you want to
prevent such? If you have a Windows 2003 domain controller take a look at
limitlogon Resource Kit tool that can help though it has a client and server
component. Looking at the security logs on the domain controllers for account
logon events [if enabled] can also give you an idea of user's activity and you
can use Event Comb to help parse the security logs for pertinent events and
search by text string for user name, etc. ---- Steve

http://www.thincomputing.net/newsitem296.html --- limitlogon
http://www.microsoft.com/downloads/...9C-91F3-4E63-8629-B999ADDE0B9E&displaylang=en
--- this may also be helpful.
 
Back
Top