User Tools

Site Tools


microsoft:server:2019:rdp_to_dc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
microsoft:server:2019:rdp_to_dc [2020/03/26 14:56] – [Solution] rpleckomicrosoft:server:2019:rdp_to_dc [2020/03/26 17:19] (current) rplecko
Line 3: Line 3:
 Copied from [[https://www.wintips.org/fix-to-sign-in-remotely-you-need-the-right-to-sign-in-through-remote-desktop-services-server-2016/|HERE !!!]] Copied from [[https://www.wintips.org/fix-to-sign-in-remotely-you-need-the-right-to-sign-in-through-remote-desktop-services-server-2016/|HERE !!!]]
  
-This tutorial contains instructions to fix the error "To sign in remotely, you need the right to sign in through Remote Desktop Services", when trying to connect from Windows Remote Desktop (RDP) Client machines on a Windows Server 2016 which is running Remote Desktop Services. +This tutorial contains instructions to fix the error "To sign in remotely, you need the right to sign in through Remote Desktop Services", when trying to connect from Windows Remote Desktop (RDP) Client machines on a Windows Server 2016 which is running Remote Desktop Services. [[https://wiki.tuturutu.eu/lib/exe/detail.php?id=microsoft:server:2019:rdp_to_dc&media=microsoft:server:2019:rdp_error.png|{{  :microsoft:server:2019:rdp_error.png?600  }}]]
-{{ :microsoft:server:2019:rdp_error.png?600 |}} \\+
  
 **Problem:** Remote Desktop Client users cannot connect remotely (through RDP) to Terminal Server 2016 and receive the error: "To sign in remotely, you need the right to sign in through Remote Desktop Services. By default members of the Administrators group have this right. If the group you're in does not have the right, or if the right has been removed from the Administrators group, you need to be granted the right manually." **Problem:** Remote Desktop Client users cannot connect remotely (through RDP) to Terminal Server 2016 and receive the error: "To sign in remotely, you need the right to sign in through Remote Desktop Services. By default members of the Administrators group have this right. If the group you're in does not have the right, or if the right has been removed from the Administrators group, you need to be granted the right manually."
- 
 ===== Solution ===== ===== Solution =====
  
 To resolve the "To sign in remotely, you need the right to sign in through Remote Desktop Services" apply the following actions on Remote Desktop Services (RDS) Server 2016 : To resolve the "To sign in remotely, you need the right to sign in through Remote Desktop Services" apply the following actions on Remote Desktop Services (RDS) Server 2016 :
  
-<fc #ff0000>**Step 1. Add Remote Desktop Users to the Remote Desktop Users Group.**</fc>+<fc #ff0000>**Step 1. Add Remote Desktop Users to the Remote Desktop Users Group.**</fc> [[https://wiki.tuturutu.eu/lib/exe/detail.php?id=microsoft:server:2019:rdp_to_dc&media=microsoft:server:2019:01_aduc.png|{{  :microsoft:server:2019:01_aduc.png?600  }}]]
  
   * Open Server Manager   * Open Server Manager
-  * From **Tools** menu, select **Active Directory Users and Computers**. +  * From **Tools**  menu, select **Active Directory Users and Computers**. 
-  * Double click at //your domain// on the left and then select **Builtin**. +  * 1. Double click at //your domain//  on the left and then select **Builtin**. 
-  * Open **Remote Desktop Users** on the right pane. +  * 2. Open **Remote Desktop Users**  on the right pane. 
-  * At Members tab, click Add. +  * 3. At Members tab, click Add. 
-  * Type the AD users that you want to give Remote access to the RDS Server and click OK. +  * 4. Type the AD users that you want to give Remote access to the RDS Server and click OK. 
-  * After selecting the remote desktop users, click OK again to close the window.+  * 5. After selecting the remote desktop users, click OK again to close the window.
   * Continue to step-2.   * Continue to step-2.
  
 <fc #ff0000>** Step 2. Allow the log on through remote desktop Services. **</fc> <fc #ff0000>** Step 2. Allow the log on through remote desktop Services. **</fc>
 +{{ :microsoft:server:2019:02_localgp.png?600 |}}
  
   * Open <fc #ff0000>Group Policy Editor</fc> (not <fc #c0c0c0>Group Policy Management</fc>). To do that:   * Open <fc #ff0000>Group Policy Editor</fc> (not <fc #c0c0c0>Group Policy Management</fc>). To do that:
-  - Simultaneously press the ''<fc #6495ed>Win</fc>'' + ''<fc #6495ed>R</fc>'' keys to open run command box. 
-  - Type //gpedit.msc// and press Enter. 
  
-  * In **Group Policy Editor** navigate to: \\ +  - Simultaneously press the ''<fc #6495ed>Win</fc>''  + ''<fc #6495ed>R</fc>''  keys to open run command box. 
-''<fc #6495ed>Computer Configuration-Windows Settings-> Security Settings-Local Policies-> User Rights Assignment.</fc>''+  - Type //gpedit.msc//  and press Enter.
  
-  * At the right Pane: double click at **//Allow log on through Remote Desktop Service//** +  * 1. In **Group Policy Editor**  navigate to: 
-  * Click **Add User or Group**. + 
-  * Type //remote// and then click **Check Names**..  +''<fc #6495ed>Computer Configuration→ Windows Settings→ Security Settings→ Local Policies→ User Rights Assignment.</fc>'' 
-  * Select the **Remote Desktop Users** and click **OK**. + 
-  * Click **OK** at <fc #4682b4>'Select users, computers…'</fc> window. +  * 2. At the right Pane: double click at **//Allow log on through Remote Desktop Service// ** 
-  * Finally click **OK** again and close **Group Policy Editor**.+  * 3. Click **Add User or Group**. 
 +  * 4. Type //remote//  and then click **Check Names**.. 
 +  * 5. Select the **Remote Desktop Users**  and click **OK**. 
 +  * Click **OK**  at <fc #4682b4>'Select users, computers…'</fc> window. 
 +  * 6. Finally click **OK**  again and close **Group Policy Editor**.
   * Now try to connect from the remote desktop client. The remote sign-in problem should be solved now.   * Now try to connect from the remote desktop client. The remote sign-in problem should be solved now.
  
-''Notes:'' \\ +''Notes:''  \\ 1. If you still have sign in problems then restart the RDS server or just open command prompt as administrator and type the following command to apply the new group policy settings (without restart) : 
-1. If you still have sign in problems then restart the RDS server or just open command prompt as administrator and type the following command to apply the new group policy settings (without restart) : + 
-  gpupdate /force+<code> 
 +gpupdate /force 
 +</code> 
 2. If after updating the Group Policy settings, the problem is not resolved, apply the following modification at Group Policy Editor: 2. If after updating the Group Policy settings, the problem is not resolved, apply the following modification at Group Policy Editor:
  
Line 48: Line 52:
   * Open the Deny log on through Remote Desktop Services policy and remove the Users group.   * Open the Deny log on through Remote Desktop Services policy and remove the Users group.
   * Close the Policy Editor and run the gpupdate /force command.   * Close the Policy Editor and run the gpupdate /force command.
- 
- 
- 
  
microsoft/server/2019/rdp_to_dc.1585234565.txt.gz · Last modified: 2020/03/26 14:56 by rplecko