Home All Groups Group Topic Archive Search About

Transport Information Across LAN

Author
2 Aug 2006 2:23 PM
eSolTec, Inc. 501(c)(3)
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.

Author
2 Aug 2006 2:45 PM
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


eSolTec wrote:
Show quoteHide quote
> 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.