Setting Up Faculty and Staff’s PC to be able to Remote Desktop to:
- Reserve an IP for the remote machine in DHCP.
- Open an Admin Elevated command prompt terminal
- Add the user to the Remote Desktop Users group on the host, that you want them to be able to remote to, by running the following command:
- net localgroup "remote desktop users" azuread\username@skagit.edu /add
- Confirm that the user has been added by running: net localgroup "remote desktop users"
- Note the double quotes in those commands, as single quotes do not work in command prompt for net commands.
- Close command prompt
- Open the Remote Desktop Connection app on the client terminal machine that you want the user to remote from.
- Click the Show Options button
- Enter the IP addressed reserved in step 1 above under the computer filed
- Enter the user name; mv\username has worked, though email should work as well.
- Click the Save Save as button and save the .rdp file on the client's desktop using a name that references the remote computer.
- Close the Remote Desktop Connection
- If the client terminal machine is a Windows MV domain computer and the remote computer is an Entra computer, continue at step 5; otherwise, skip step 5 and continue at step 6.
- Edit the .rdp file:
- Right click the file you saved in step 3.4
- Select Open With > Choose another app from the right click context menu
- Select Notepad from the Select an App popup menu
- In Notepad, add lines for or edit the following lines to reflect:
- enablecredsspsupport:i:0
- authentication level:i:2
- In notepad, click File > Save and then close the edited .rdp file
- Set windows power options on the remote machine to never sleep and never hibernate so that the machine will be on when the client attempts to remote to it.
- If the client terminal machine is off campus and the remote machine is on campus:
- Entra remote machine: Use any connect VPN as RDGateway is not configured with Entra integration.
- MV Domain remote machine: Prefer RDGateway configuration.
- Test the remote desktop file on the users desktop to confirm they are able to remote.
