75 pts.
 Add another local admin account via group policy
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

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question. Michael Tidmarsh   14,060 pts. , Sivaramm9   75 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

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.

 40 pts.