Constantine Posted October 10, 2007 Posted October 10, 2007 I have recently began an endevour to completely automate our new PC installation process. I can do just about everything except 1 small thing. Remote Desktop. I found a Registry key that turns it on and off, so I am okay there. What I cannot figure out, when you select add remote user and actually add that user where is the information stored? I've tried running Registry Comparison tools, I saw no difference that affected this. I honestly have no idea where to go from here. I would be happy with any solution, a batch file... anything.I need to be able to add a domain group to the remote users of every PC we roll out without physically doing it. I can use Registry Tweaks, Batch Files, Group Policy, or even things I don't know exist. Any help would be GREATLY apprecaited.
nmX.Memnoch Posted October 10, 2007 Posted October 10, 2007 It's a local user group called Remote Desktop Users. Adding users to that group will (should) give them remote desktop permissions. This can be scripted using the NET LOCALGROUP command:NET LOCALGROUP "Remote Desktop Users" <DOMAIN>\<User> /ADD
Constantine Posted October 11, 2007 Author Posted October 11, 2007 That works perfectly. Thank you so much for your help.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now