Hi Dave, It sounds like you want to set up a kiosk-like environment on your domain-joined computers, where users logging in with Active Directory credentials will automatically launch a Remote Desktop session to a terminal server through a VPN connection. This setup can be achieved by configuring the computers to automatically run a script or a program upon user login. Here's a general outline of the steps you can take to accomplish this: 1. Create a Script or Program: - You can create a script or program that initiates the Remote Desktop connection to the terminal server. This script or program should include the necessary credentials for the RDP session. 2. Set Up Group Policies: - Utilize Group Policies to set up the...