Hello --
I have 5 serves at work that I need to duplicate registry setting on an
ongoing basis. Essentially, server 1 will be my master server where my
application makes all its changes. I would then like to run a script from
server1 that exports the registry and automatically connects and imports the
registry on server2, 3, 4, and 5.
How can I connect to remote servers from a different server via registry and
using .RegRead and .RegWrite from WSH or VB6?
Any help or insight would be appreciated.