Is there a way to get logged in user's ip address from Active Directory with its username? (except Security Event Logs)

link|improve this question

25% accept rate
feedback

1 Answer

up vote 3 down vote accepted

Nope. AD doesn't know if someone is logged in currently anyway - it only has the last time the login was successfully used. Also, a user could be logged in on 30 different machines; which one do you care about? You need to have the right auditing enabled, and be able to trawl through all the DC logs.

link|improve this answer
Which auditing settings should be enabled? I mean if I care all users logged in all machines. – abbas sebastian May 14 '11 at 6:24
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.