I found a way with a batch file to prompt for a "user" to pass to the command line and adds it to remote desktop users. But can't figure out how to get it to work in Deploy. Any help would be appreciated. Thank you in advance..
Here are the contents of the AddRDUser.bat
@echo off set /p id=Enter ID: echo %id% net localgroup "Remote Desktop Users" "%id%" /add