Can I change permissions for a user for Windows RDP access using SSH command prompt?
Asked
Active
Viewed 94 times
3
-
1Windows does not come with an SSH server. Can you provide more details on what you're trying to accomplish? – Charles Jul 06 '12 at 16:01
-
I used to do it against HP machines – Andrew Smith Jul 06 '12 at 16:39
1 Answers
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