get details of a host on a network

Joined
Jun 26, 2007
Messages
7
Programming Experience
Beginner
Hi, is there any way in which i can get details of a host attached to my company network and then display them in my desired way, for example i would like to know from the hostname - what the device is, its ip what drives can be accessed and any other useful information for managing/keeping track of employees on a network.
 
You should research WMI, Windows Management Instrumentation, have a go with WMI Code Creator 1.0, investigate the classes and properties available, just play around with it, it is amazing how much information you can gather about a remote machine (or local for that matter) with WMI.
 
Back
Top