Link to home
Start Free TrialLog in
Avatar of chappy64
chappy64

asked on

How-To Change The Local Admin Password Using GPO

I am tasked to change all the local passwords of all member server for windows 2008R2 but when i tried to do this in gpo the password field is locked, is there another way i can change all member servers via gpo without having to touch every server

Thanks

Chappy
Avatar of Member_2_4839798
Member_2_4839798

Hello,

Yes this has since changed, the below link will help you...its not as easy as it once was, but the link does demonstrate the security issue from the previous method.

http://blogs.technet.com/b/askpfeplat/archive/2014/05/19/how-to-automate-changing-the-local-administrator-password.aspx

Regards

Michael
Avatar of NVIT
A command line way is with pspasswd: http://technet.microsoft.com/en-us/sysinternals/bb897543.aspx

PsPasswd DOES NOT send passwords over the network in the clear.

In your case, maybe pass the server names in a text file to pspasswd like this:

pspasswd @textfile.txt -u logonname -p logonpassword LocalAdminName NewLocalAdminPassword

Open in new window

Avatar of chappy64

ASKER

Thanks Newvillage IT
So when using the pspasswd do i have to export the servers computer name to a text file? and  in what format is it listed in the text file to change each server
ASKER CERTIFIED SOLUTION
Avatar of NVIT
NVIT
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you very much NewVillage