|
| |||||||||
| Tags: default user, explorer exe, ip address, lan, username, wmi |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
Find user name with IP address
How can I find who has logged (name of the user) in a computer using IP address in LAN? |
|
#2
| ||||
| ||||
| Re: Find user name with IP address
Go to a command prompt and type the below 2 commands: nslookup ComputerName ping ComputerName |
|
#3
| ||||
| ||||
| Re: Find user name with IP address
I believe that the multiple user user which logged in can be anybody or nobody the machine that time. So i think there is no way to find which user is logged on.
__________________ Darksiders: Wrath of War |
|
#4
| ||||
| ||||
| Re: Find user name with IP address
If someone is logged on the Explorer.exe process. Query the remote computer using WMI for that process object. You can determine programatically determine how long that user has logged in. The defaultuser name value in the registry can be use to determine the previously logged-in user if explorer.exe is not running. |
|
#5
| ||||
| ||||
| Re: Find user name with IP address
If you are in LAN and you have someone's ip address and you want to know his user name and if you use active directory (AD) then you can use the following process to find out the username: Step1:- In the command prompt enter the following command: nbtstat –a ipaddress("ipaddress" is the ip address.) This will list the machine name using that ip address. Step2:-Then run the following command: net view /domain:ad > somefile.txt(Where ad is the name of the domain you want to search and somefile.txt is the name of the file to contain the output).This will generate a list of every machine and who is logged in. Step3:-Open the output file and search for the machine name determined in step 1 (the username will be listed next to this). |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Find user name with IP address" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to Find IP Address of computer with the MAC address | OhhLaLaLa | Networking & Security | 10 | 30-12-2011 10:25 PM |
| Code to find user owning Email address | Chris Bordeman | Active Directory | 2 | 29-09-2009 12:29 PM |
| Where do i find my dns address | Akshit | Networking & Security | 3 | 30-07-2009 03:09 PM |
| How to find the IP address? | K88 | Networking & Security | 4 | 28-07-2009 04:54 PM |
| How to find someone's IP Address | monsitj | Technology & Internet | 3 | 27-10-2008 04:37 PM |