Adding Users To Local Groups On Domain Controllers
As the local groups are hidden in Computer Management on a Domain Controller, this needs to be done via command line;
net localgroup "groupname" "domain\username" /add
For example;
net localgroup "Remote Desktop Users" "UTF\Jon" /add
No comments:
Post a Comment