Results 1 to 5 of 5

Thread: Find user name with IP address

  1. #1
    Join Date
    Nov 2009
    Posts
    1

    Exclamation 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. #2
    Join Date
    May 2008
    Posts
    308

    Re: Find user name with IP address

    Go to a command prompt and type the below 2 commands:

    nslookup ComputerName
    ping ComputerName

  3. #3
    Join Date
    May 2008
    Posts
    1,812

    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.

  4. #4
    Join Date
    Apr 2008
    Posts
    3,424

    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. #5
    Join Date
    Feb 2008
    Posts
    2,635

    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).

Similar Threads

  1. How to Find IP Address of computer with the MAC address
    By OhhLaLaLa in forum Networking & Security
    Replies: 10
    Last Post: 30-12-2011, 10:25 PM
  2. Where do i find my dns address
    By Akshit in forum Networking & Security
    Replies: 3
    Last Post: 30-07-2009, 02:09 PM
  3. How to find the IP address?
    By K88 in forum Networking & Security
    Replies: 4
    Last Post: 28-07-2009, 03:54 PM
  4. How to find IP Address of any URL
    By Digamber in forum Technology & Internet
    Replies: 4
    Last Post: 09-05-2009, 02:24 PM
  5. How to find someone's IP Address
    By monsitj in forum Technology & Internet
    Replies: 3
    Last Post: 27-10-2008, 03:37 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,440,302.38377 seconds with 17 queries