Re: Local admin password
bluewizard83-de4gahsh_at_yahoo.com
Date: 06/29/05
- Previous message: Laura A. Robinson: "RE: WSUS/Reboot"
- Maybe in reply to: danoli_at_adinet.com.uy: "Local admin password"
- Next in thread: Jason Gregson: "RE: Local admin password"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 29 Jun 2005 07:10:56 -0000 To: focus-ms@securityfocus.com('binary' encoding is not supported, stored as-is) Perhaps add something to a startup script(not login script) that does something like.
'net user administrator newpassword'
Of course the password would have to be stored in the script. You could obscure it using some kind of of encoding (rot13,base64) or something. It would be very difficult to automate setting a password, and then keep the password completely secure.
Perhaps you could also use psexec to remotely run the command to reset the password. This would have the advantage of not having to store the password on netlogon/sysvol.
psexec (http://www.sysinternals.com/Utilities/PsExec.html)
---------------------------------------------------------------------------
---------------------------------------------------------------------------
- Previous message: Laura A. Robinson: "RE: WSUS/Reboot"
- Maybe in reply to: danoli_at_adinet.com.uy: "Local admin password"
- Next in thread: Jason Gregson: "RE: Local admin password"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]