Sysinternals - pspasswd
Anyone had any luck with using pspasswd for change local admin password accounts?
Or is there another way to go about it?
Or is there another way to go about it?
"You have to hate to lose more than you love to win"
Comments
-
astorrs Member Posts: 3,139 ■■■■■■□□□□And doing a:
pspasswd @computers.txt -u <DOMAIN\Administrator> -p <domain admin password> administrator <new local admin password>
Doesn't work for you? -
bjaxx Member Posts: 217astorrs wrote:And doing a:
pspasswd @computers.txt -u <DOMAIN\Administrator> -p <domain admin password> administrator <new local admin password>
Doesn't work for you?
Haven't tested yet,
I was thinking more along the line of a startup script?
http://forum.sysinternals.com/forum_posts.asp?TID=9469&PID=40667#40667"You have to hate to lose more than you love to win" -
astorrs Member Posts: 3,139 ■■■■■■□□□□Okay maybe I don't understand... why would you want to do this on every startup?
-
bjaxx Member Posts: 217astorrs wrote:Okay maybe I don't understand... why would you want to do this on every startup?
Too change the p/w;)
But not every time computer started up, I figured I could set this to run once?
Hence the reason i'm asking my "stupid" questions before I began testing."You have to hate to lose more than you love to win" -
astorrs Member Posts: 3,139 ■■■■■■□□□□Run the command I gave you with a file called "computers.txt" (with each computer name on a separate line in the file) and it will automatically run itself over and over again for each computer. No need for a script.
-
tiersten Member Posts: 4,505pspasswd is to be run locally on your workstation and it will change the remote workstation. You're not supposed to put it into the log in script or anything like that. If you did then anybody could go and look at it and find out the passwords...
-
bjaxx Member Posts: 217astorrs wrote:Run the command I gave you with a file called "computers.txt" (with each computer name on a separate line in the file) and it will automatically run itself over and over again for each computer. No need for a script.
Thanks - I understand now. Guess I had it in my head wrong, imagine that."You have to hate to lose more than you love to win"