Transport Information Across LAN

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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
 
Back
Top