08/02/2012

Command Line: Change user password

It is possible to change the password of a local user from the command line. When installing a 2008 server I prefer to set most of the options from the commandline. In my opinion it's quicker and more important: it's scriptable. 

To change a user's password, use the following command:
net use [username] [newpassword]

net use administrator P@ssword01 

No comments: