Wednesday, June 18, 2014

How to add group or user to Remote Desktop Users through command line




Go to command prompt:

Type below command for adding group to remote desktop users:

NET LocalGroup “Remote Desktop Users” /ADD “domain users”

Type below command for removing group to remote desktop users:

NET LocalGroup “Remote Desktop Users” /DELETE “domain users”

Type below command for adding Users to remote desktop users:

NET LocalGroup “Remote Desktop Users” username /ADD

Type below command for removing Users to remote desktop users:


NET LocalGroup “Remote Desktop Users” username /DELETE


No comments:

Post a Comment