Hey guys... I am trying to figure out where to start...

Here's the deal... I want to automatically (programmatically) get certain key values from the registry on a bunch of different computers... I know the path to the keys on each machine... I know the names of each computer on the network... its an HKLM key... I also know all the api calls to get registry values ... but I've only done it so far on the local machine... never over a network...

so, I just need a nudge in the right direction on how to do this...the program I write can be run from the server, so it has active directory setup... or it can be run from any pc on the network, with admin rights.

What to do, what to do?

Rock