0

I know how to manage groups (like RDP access) with "lusrmgr.msc" How to do it with a command line? (or a short script)

ekad
  • 14,436
  • 26
  • 44
  • 46
Olivier
  • 393
  • 3
  • 11

1 Answers1

0

For a French Windows 7, the answer is:

net localgroup "Utilisateurs du Bureau à distance"
net localgroup "Utilisateurs du Bureau à distance" /add mydomain\mylogin
net localgroup "Utilisateurs du Bureau à distance" /delete mydomain\mylogin
Olivier
  • 393
  • 3
  • 11