|
|
|
NT50
Jeff Replogle |
Posted:
Wed Jul 02, 2008 8:13 pm |
|
|
|
Management Support Team
Joined: 19 Jun 2004
Posts: 9028
Location: Jackson, TN USA
|
|
I want to change the password for the Administrator on ALL the computer on a domain.
What I have started to do is
Create a bat file with
NET USER Administrator %1
in it......
Then in group policy I created a group policy and
In the Users and Computers console, right click the OU on which you want to operate.
Select Properties from the context menu.
On the Group Policies tab, select New to create a new policy, give it a name, then click Edit.
Under the new policy, click the plus sign next to Computer Configuration.
Click the plus sign next to Computer Settings.
Click Scripts (Startup/Shutdown), then double-click Startup in the right pane.
Click Add.
Browse to the batch file you just created, and add it to the policy.
In the Script Parameters field, enter the password you want assigned to all machines.
Do you think this will work????????????????????
|
|
|
|
|
|
|
|
Back to top
|
|
|
|
_Taz_
Bobby Creech |
Posted:
Thu Jul 03, 2008 12:03 pm |
|
|
|
PRO Level 15
Joined: 29 Jun 2004
Posts: 1134
Location: Florida
|
|
|
Back to top
|
|
|
|
NT50
Jeff Replogle |
Posted:
Thu Jul 03, 2008 12:51 pm |
|
|
|
Management Support Team
Joined: 19 Jun 2004
Posts: 9028
Location: Jackson, TN USA
|
Thanks Bobby 
|
|
|
|
|
|
|
|
Back to top
|
|
|
|
_Taz_
Bobby Creech |
Posted:
Thu Jul 03, 2008 3:39 pm |
|
|
|
PRO Level 15
Joined: 29 Jun 2004
Posts: 1134
Location: Florida
|
|
if that don't work like you want it I have a vb script that will run from your machine and change everyone. creates a success and fail file. if you do a rerun then it will only run against the failed ones to try and fix them (like if they were offline)
|
|
|
|
|
|
|
|
Back to top
|
|
|
|
NT50
Jeff Replogle |
Posted:
Thu Jul 03, 2008 4:02 pm |
|
|
|
Management Support Team
Joined: 19 Jun 2004
Posts: 9028
Location: Jackson, TN USA
|
|
Thanks Bobby.
I just made the changes from here at home and hopefully the next time they login it will change the password.
|
|
|
|
|
|
|
|
Back to top
|
|
|
|
|
Back to top |
|
|
|
|
|