Results 1 to 4 of 4

Thread: Getting Machine Names

  1. #1

    Thread Starter
    Hyperactive Member kazar's Avatar
    Join Date
    Apr 2006
    Location
    UK
    Posts
    323

    Getting Machine Names

    Does anyone know of a way to get all the machine names of all the pcs connected to your network?

    Thanks
    KAZAR

    The Law Of Programming:

    As the Number of Lines of code increases, the number of bugs generated by fixing a bug increases exponentially.
    __________________________________
    www.startingqbasic.co.uk

  2. #2
    Fanatic Member
    Join Date
    May 2003
    Posts
    758

    Re: Getting Machine Names

    The best way to do this that I have seen done in the past is to ping the range of IP Addresses at the site and then if you receive a reply, query for the machine's name using WMI.

  3. #3

    Thread Starter
    Hyperactive Member kazar's Avatar
    Join Date
    Apr 2006
    Location
    UK
    Posts
    323

    Re: Getting Machine Names

    hmm... thanks, i'll look into it
    KAZAR

    The Law Of Programming:

    As the Number of Lines of code increases, the number of bugs generated by fixing a bug increases exponentially.
    __________________________________
    www.startingqbasic.co.uk

  4. #4
    Frenzied Member the182guy's Avatar
    Join Date
    Nov 2005
    Location
    Cheshire, UK
    Posts
    1,473

    Re: Getting Machine Names

    ive answered this before, search should bring it up
    Chris

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width