Jump to content

Recommended Posts

Posted

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.


Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...