In a windows 2003/2008 mixed domain, is it possible to find out where on the network a particular account is logged into?
The account keeps getting locked out, and we think the account may be logged in somewhere, but we don't know where.
In a windows 2003/2008 mixed domain, is it possible to find out where on the network a particular account is logged into?
The account keeps getting locked out, and we think the account may be logged in somewhere, but we don't know where.
Sounds like you want the Account Lockout tools
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=18465
Allows you to run a query against a domain controller's security logs to search for particular users - for example, to show where the failure audits are coming from.
You can use UPing tool. http://sourceforge.net/projects/uping/ It collects information about users logons to database (just put uping.exe to startup script). And after that you can query the database jussk like ping: uping
If you wanted, you can store the current logged in user and write it to AD. This would allow you to easily search for it in the future. Here is a short guide:
http://deployhappiness.com/find-out-what-computer-a-user-logged-into/