Mastodon Mastodon - AWS managed AD - add user RDP permissions
 logo
  • Home 
  • Tags 
  • Blog posts 
  1. Home
  2. Blog posts
  3. AWS managed AD - add user RDP permissions

AWS managed AD - add user RDP permissions

Posted on October 14, 2021  (Last modified on October 23, 2024) • 2 min read • 217 words
Cloud: Aws   Cloud   Active Directory   Windows   Series  
Cloud: Aws   Cloud   Active Directory   Windows   Series  
Share via

Note: This post is part of a series (Part 2):

  • Part 1: AWS managed AD - first steps after creation
  • Part 3: Standard AD - auto-map a network drive
  • Part 4: (AWS managed) AD - give local admin rights to domain users

Situation: You have an AWS managed AD, some clients, and some AD users. Now the users should be able to log in to servers using RDP.

Problem: Just by creating a user it does not have the appropriate permissions.

Solution: Follow the AWS documentation or watch the AWS youtube video on the subject. This is basically it, with some screenshots and additional notes.

Hint: It’s easiest if you perform thost actions as the DOMAIN\Admin user, so you don’t have to enter that user’s password all the time.

  • if you are paranoid check some local server configurations (it should already be correct though)
  • open AD user / group management
    • create a group
      • e.g. “AD Remote Desktop User” under Users/ in your domain
      • so if your domain is “domain.aws”, create it under “domain.aws/domain/Users/HERE”
    • add the user to the newly created group
  • open group policy editor
    • create new group under “computer configuration / preferences / control panel settings / local users and groups”
      • select Remote Desktop Users (built-in) FROM DROPDOWN!!!
      • add the previously created AD group as members
 Standard AD - auto-map a network drive
AWS managed AD - first steps after creation 
In case you want to follow me

Here are some links. The further to the right, the less active.

           
(c) Axel Bock | Powered by Hinode.
Code copied to clipboard
Link copied to clipboard