cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
pjayme
Engaged Sweeper
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
2 REPLIES 2
CyberCitizen
Honored Sweeper
Or you can deploy as a user but they won't get admin rights eg it runs with their access rights.
ErikT
Lansweeper Tech Support
Lansweeper Tech Support
Hi Pjayme,

Deployment packages only work when executed silently, meaning that you have to make sure the command does not require user feedback.