3

Can I change permissions for a user for Windows RDP access using SSH command prompt?

user101579
  • 157
  • 1
  • 4

1 Answers1

1

if you have a windows ssh server installed, and the logged in user has administrator rights, yes you can:

net localgroup “Remote Desktop Users” /add username
johnshen64
  • 5,865
  • 24
  • 17