Windows Management Instrumentations

cerebellum

Newcomer
Joined
Oct 6, 2003
Messages
2
Location
Kuala Lumpur
Greetings...

I'm new to C# and assigned to do a small network management tool. I came to know WMI and get some of it.

The question is that can I get the system information of a remote PC (by entering the IP Address) without entering the username and password?

And is there any tutorials or resources about windows API for network? to scan the network environment for example.

Thanks.
Please advice...
 
Use the Sockets namespace, one computer must host and the other connects then the host program can transfer the data across
 
Back
Top