To accomplish your requirements using Group Policy on a Windows Server 2016 domain, you'll need to configure two separate Group Policy settings:
Enable Remote Desktop Access:
- This setting will enable Remote Desktop on the computers within the specified Organizational Unit (OU).
Allow Remote Desktop Access for a Select Security Group:
- This setting will allow members of the specified security group to connect via Remote Desktop to the computers within the OU.
Here's how to configure these settings:
- Enable Remote Desktop Access:
- Open Group Policy Management Console (GPMC) on your domain controller.
- Create a new Group Policy Object (GPO) or edit an existing one linked to the OU containing the computers where you want to enable Remote Desktop.
- Navigate to:
Computer Configuration -> Policies -> Administrative Templates -> Windows Components -> Remote Desktop Services -> Remote Desktop Session Host -> Connections
. - Double-click on the "Allow users to connect remotely using Remote Desktop Services" policy.
- Select the "Enabled" option, and then click "OK" to save the changes.
- Close the Group Policy Management Editor.
- Allow Remote Desktop Access for a Select Security Group:
- Still within the same Group Policy Object (GPO) as above, navigate to:
Computer Configuration -> Policies -> Windows Settings -> Security Settings -> Restricted Groups
. - Right-click on "Restricted Groups" and choose "Add Group."
- In the "Group" field, type the name of the security group you want to grant Remote Desktop access to, and then click "OK."
- In the "This group is a member of" section, click "Add" and specify the group "Remote Desktop Users." This is the built-in group that grants Remote Desktop access.
- Click "OK" to close the dialog.
- Close the Group Policy Management Editor.
Apply the Group Policy:
- Link the Group Policy Object (GPO) you configured to the Organizational Unit (OU) containing the target computers.
- Optionally, force a Group Policy update on the target computers using the
gpupdate /force
command or wait for the next refresh interval.To accomplish your requirements using Group Policy on a Windows Server 2016 domain, you'll need to configure two separate Group Policy settings:- Enable Remote Desktop Access:
- This setting will enable Remote Desktop on the computers within the specified Organizational Unit (OU).
- Allow Remote Desktop Access for a Select Security Group:
- This setting will allow members of the specified security group to connect via Remote Desktop to the computers within the OU.
- Enable Remote Desktop Access:
- Open Group Policy Management Console (GPMC) on your domain controller.
- Create a new Group Policy Object (GPO) or edit an existing one linked to the OU containing the computers where you want to enable Remote Desktop.
- Navigate to:
Computer Configuration -> Policies -> Administrative Templates -> Windows Components -> Remote Desktop Services -> Remote Desktop Session Host -> Connections
. - Double-click on the "Allow users to connect remotely using Remote Desktop Services" policy.
- Select the "Enabled" option, and then click "OK" to save the changes.
- Close the Group Policy Management Editor.
- Allow Remote Desktop Access for a Select Security Group:
- Still within the same Group Policy Object (GPO) as above, navigate to:
Computer Configuration -> Policies -> Windows Settings -> Security Settings -> Restricted Groups
. - Right-click on "Restricted Groups" and choose "Add Group."
- In the "Group" field, type the name of the security group you want to grant Remote Desktop access to, and then click "OK."
- In the "This group is a member of" section, click "Add" and specify the group "Remote Desktop Users." This is the built-in group that grants Remote Desktop access.
- Click "OK" to close the dialog.
- Close the Group Policy Management Editor.
- Link the Group Policy Object (GPO) you configured to the Organizational Unit (OU) containing the target computers.
- Optionally, force a Group Policy update on the target computers using the
gpupdate /force
command or wait for the next refresh interval.
- Enable Remote Desktop Access:
If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.
hth
Marcin