Link to home
Start Free TrialLog in
Avatar of geriatricgeek
geriatricgeekFlag for United States of America

asked on

How do I acess remote regestries thru AD?

I need to check registry settings of computers from time to time. How do i do this using AD server 2003? which snap in is it?
Avatar of FourBeers
FourBeers

I believe you can simply run Regedit and go to the Connect Network Registry option, and you should be able to connect to remote machines registry settings (displayed in the tree below your own).  One word of warning, the Remote Registry service must be running on the remote machine, I believe you can set this service to start automatically on all the remote machines through a GPO.
Avatar of Nitin Gupta
Hi,
I am not sure what is the objective, if you can state the objective it would help people to answer your query.
See you can use Group Policies to update changes to computers and these changes are made to Registries and entires can also be changed
The above solution give by FourBeers is another way of doing it, provided you are looking at managing few PC at the most.
Cheers
Nitin
Avatar of geriatricgeek

ASKER

an error from an upgrade to software occurred in which the resolution consists of changing a registry entry. I went to the connect network registry option, but the machine which i needed to work on only had HKLM and HKey users. I need to get to HKCU.
Hi,
From Remote you cannot acccess HKCU...!
Well this can be achvied via Group Policy, see create a small vbs script to update and run it via a LOgin Script...that will achieve the purpose...
Google Internet for vbs to change registry it is simple...2 line code
Cheers
Nitin
1.Here is a class that handles remote registry
http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=28518&lngWId=1

2.Make sure the remote registry service is started on the client computer. THis is often disabled by security policies
ASKER CERTIFIED SOLUTION
Avatar of FourBeers
FourBeers

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial