質問

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

役に立ちましたか?

解決

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
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top