Results 1 to 8 of 8

Thread: Obtain computer info from IP

  1. #1

    Thread Starter
    Addicted Member articwoof's Avatar
    Join Date
    Oct 2004
    Location
    Alaska
    Posts
    163

    Obtain computer info from IP

    Hello all,

    I want to make a small VB program which when you enter an IP address it gathers the Host's computer info like:
    -Computer Name
    -Computer Description
    -Network Group/Domain name
    -Operating System (optional)

    Help?

    Thanks!
    [+] - My Portfolio/Blog :: RattleSoft

  2. #2
    Frenzied Member sciguyryan's Avatar
    Join Date
    Sep 2003
    Location
    Wales
    Posts
    1,763

    Re: Obtain computer info from IP

    Quote Originally Posted by articwoof
    Hello all,

    I want to make a small VB program which when you enter an IP address it gathers the Host's computer info like:
    -Computer Name
    -Computer Description
    -Network Group/Domain name
    -Operating System (optional)

    Help?

    Thanks!
    This is probably not possible for security reasons, if you could then you could do other things that could be damaging.

    If the computer is netwroked to yours then you could use WMI.

    Otherwise maybe you can do it through Winsock messages but I am not shure.

    Cheers,

    RyanJ
    My Blog.

    Ryan Jones.

  3. #3
    Banned ThaRubby's Avatar
    Join Date
    Apr 2005
    Location
    127.0.0.1
    Posts
    356

    Re: Obtain computer info from IP

    Yea not posible, unless your talking about network PC's which I doubt you are. If you want I have the code to get Network name and the computer names on it.

  4. #4

    Thread Starter
    Addicted Member articwoof's Avatar
    Join Date
    Oct 2004
    Location
    Alaska
    Posts
    163

    Re: Obtain computer info from IP

    Quote Originally Posted by ThaRubby
    Yea not posible, unless your talking about network PC's which I doubt you are.

    Well I am. I was planning on using this to help determine computer information such as O/S, Proccessor speed, memory, hard drive, etc for tech support. I am a network technician for State of Alaska Department of Health&Social Services and we have about 3500 computers we support.
    Last edited by articwoof; Jun 12th, 2005 at 09:20 PM.
    [+] - My Portfolio/Blog :: RattleSoft

  5. #5
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    Re: Obtain computer info from IP

    It is possible, if you can put a client program on the client machine which relays the information back

    Pino

  6. #6
    Frenzied Member sciguyryan's Avatar
    Join Date
    Sep 2003
    Location
    Wales
    Posts
    1,763

    Re: Obtain computer info from IP

    Quote Originally Posted by Pino
    It is possible, if you can put a client program on the client machine which relays the information back

    Pino

    True but I thought articwoof meant by just using a program on this end.

    Pino, your good great idea

    Cheers,

    RyanJ
    My Blog.

    Ryan Jones.

  7. #7
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    Re: Obtain computer info from IP

    Arr ok, maybe i miss-understood. If you cant get a client program onto the host amchine its a no-no i think,

    Pino

  8. #8
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Obtain computer info from IP

    If you have proper permissions, you can run msinfo32 on remote machines, using lists of things to check for, which get output to reports. I was looking for SYSINFO for some reason.
    Attached Images Attached Images  

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