Need to find Computername
Results 1 to 4 of 4

Thread: Need to find Computername

  1. #1
    Registered User Ty909's Avatar
    Join Date
    Oct 2001
    Location
    NC, USA
    Posts
    96

    Need to find Computername

    Does anyone know how to get the computername from the username? I guess I am looking for the opposite of 'NBTSTAT -a computername/ip' where this command would show me whos logged in by giving the computername. We have users who go from one machine to another on a 9x/NT/XP enviroment. When they log calls they never tell me what computer they are on. I want to be able to do a query on their name and get the computername from it to be able to VNC into it.

    Thanks...
    Ty....

  2. #2
    Registered User crispey's Avatar
    Join Date
    Feb 2006
    Location
    Nr London
    Posts
    20
    what type of network are you running?
    Crispey
    Burnt to a Crisp!

  3. #3
    Registered User crispey's Avatar
    Join Date
    Feb 2006
    Location
    Nr London
    Posts
    20
    http://forums.windowsitpro.com/web/f...&enterthread=y

    is a similar query and this answer might help " Although not directly an answer here's what I have done in the past to gain what your looking for.
    It is not perfect but then what is.

    Create a shared folder that all users can access. In your login script add the following line

    ECHO %computername% %date% %time% >> \\server\share\%username%.txt

    Now in the folder you will have a listing of files by username that contain the information. It does not tell you if they are on line but it will give you the history of every machine they have logged onto along with when. I've found it very usefull when trying to find lost files of roaming users.


    I have also used in the same script a second line to create by computername

    ECHO %username% %date% %time% >> \\server\share\%computername%.txt

    Now I have a history of who's been on each machine"
    Crispey
    Burnt to a Crisp!

  4. #4
    Registered User CeeBee's Avatar
    Join Date
    Nov 2002
    Location
    USA
    Posts
    2,494
    I second that, I have been using *exactly* the same method for years.
    Protected by Glock. Don't mess with me!

Similar Threads

  1. Can't find a driver at all for my video card! Someone please help!
    By phx1 in forum Video Adapter/Monitor Drivers
    Replies: 6
    Last Post: April 10th, 2005, 07:15 PM
  2. [RESOLVED] Double-clicking on Drives opens Find window
    By knightmare70 in forum Windows 95/98/98SE/ME
    Replies: 1
    Last Post: October 10th, 2001, 02:56 PM
  3. Create and find hidden NT accounts
    By mahdi in forum Windows NT/2000
    Replies: 3
    Last Post: April 24th, 2001, 04:04 AM
  4. [RESOLVED] I cant find update for my bios
    By Tam in forum BIOS/Motherboard Drivers
    Replies: 1
    Last Post: March 27th, 2000, 04:04 PM
  5. [RESOLVED] Can't find a driver
    By Patrick/roe in forum Video Adapter/Monitor Drivers
    Replies: 5
    Last Post: June 4th, 1999, 01:58 AM

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
  •