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