To add a domain user local adminisrator right on a Domain controller:
Open a command promt using the “Run as administrator” function and then run the following command.
net localgroup Administrators /add {domain}\{user}
To add a domain user local adminisrator right on a Domain controller:
Open a command promt using the “Run as administrator” function and then run the following command.
net localgroup Administrators /add {domain}\{user}