Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleWindows (10, 11, Server) on-domain



Expand
titleAdd RDP (Remote Desktop) access


Expand
titleCommand Line

1) On the remote computer, right-click on the start menu and click "Windows PowerShell (Admin)"

Image Added


2) Copy in the following command, substituting in the user's Netid

Code Block
languagepowershell
Add-LocalGroupMember -Group "Remote Desktop Users" -Member "AD\<netid>"



Expand
titleGUI

1) Click on the "Start" menu and then the gear icon in the left-hand menu, then open the "Settings" panel


2) In the search bar, type "Remote Desktop" and then click on the "Remote Desktop Settings" search result


3) In the "Remote Desktop" settings, first make sure the "Enable Remote Desktop" option is enabled. Then, click "Select users that can remotely access this PC"'


4) Click "Add" on the "Remote Desktop Users" window (1). Ensure the "Location" is set to "ad.syr.edu"(2), and then type the netid of the user (3)


5) Click "OK".



...