Related:
- How to get admin rights on windows 10 without password
- Kmspico windows 10 - Download - Other
- Windows 10 iso download 64-bit - Download - Windows
- Gta 5 download apk pc windows 10 - Download - Action and adventure
- Bandlab download for pc windows 10 - Download - Musical production
- How to reset windows 10 password without logging in - Guide
2 responses
Hye there,
all you will have to do:
You have to add the users DOMAIN account to the LOCAL Adminstrators group, on the local machine, using User Manager (or new localgroup from command line). Open the Administrators group and use the add button. In the drop down box make sure you are listing names from the domain, and just select the one you want.
Don't add them to the Administrator's group on the server - just makes them a local Administrator of the server machine (as opposed to the domain, and certainly not an Administrator of any machines in the domain).
That's all
thanks
all you will have to do:
You have to add the users DOMAIN account to the LOCAL Adminstrators group, on the local machine, using User Manager (or new localgroup from command line). Open the Administrators group and use the add button. In the drop down box make sure you are listing names from the domain, and just select the one you want.
Don't add them to the Administrator's group on the server - just makes them a local Administrator of the server machine (as opposed to the domain, and certainly not an Administrator of any machines in the domain).
That's all
thanks
I would like to give all the users administrative rights on there own machines, not on the server.
This command works
runas /user:domain\username "net localgroup administrator /add domain\%username%"
but I want it to be automated, without prompting for a password.
If you maybe now of some commands that I can use, either with vbs or bat files it would be great
This command works
runas /user:domain\username "net localgroup administrator /add domain\%username%"
but I want it to be automated, without prompting for a password.
If you maybe now of some commands that I can use, either with vbs or bat files it would be great