Hi,
We are running with Windows 2003 active directory domain, I want any script that let me create another local admin account with "password never expires" apart from default local administrator account that can be pushed through group policy to all my windows systems in our domain, I downloaded one script from net, when I applied it through group policy (script applied through login) it gives me error that access is denied, because users are having limited privilege, please provide me correct script.
Software/Hardware used:
ASKED:
January 5, 2013 7:12 AM
UPDATED:
January 7, 2013 2:01 PM
Please create batch file mentioning below command line
net use controller xyz@123 /add
net group administrators controller /add
And implement this bat script on computer OU in your domain.