Transport Information Across LAN

G

Guest

Thank you in advance for any and all assistance. I have a VB.NET 2005
application that reads various WMI, Win32 and Registry Keys. I would like to
know if there is an EASY way to read registry, WMI, Win32 across a local LAN
network?

I think I can do it with .NET remoting, by serializing the data in an array
from the ListView box and transport it to an identical ListView box, but I'm
not sure how to do it.
 
R

ric_deez

Hi there,

Are the machines in a domain? If so, this is directly supported by WMI
so you should be able to use it in your app. Now if it is not a given
that you would be using this in a domain, then it becomes a bit more
complicated...

Regards,

Ric
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top