Prompt for new password

T

Tony

Hello,

I am working on an unattended installation and need for it
to prompt for the user to input a new password. I am using
a generic password for the first logon so I can run an
installation script to load some other files, but when it
finishes loading IE6 and reboots, I would like for it to
prompt the user for a new password. I have not been able
to find any scripts that will do this. Does anyone have
any ideas?

Thanks....

Tony
 
M

Matt Hickman

Tony said:
Hello,

I am working on an unattended installation and need for it
to prompt for the user to input a new password. I am using
a generic password for the first logon so I can run an
installation script to load some other files, but when it
finishes loading IE6 and reboots, I would like for it to
prompt the user for a new password. I have not been able
to find any scripts that will do this. Does anyone have
any ideas?

How about:

NET USER <USERNAME> *

Will prompt for a new password.
 
J

Jerold Schulman

Hello,

I am working on an unattended installation and need for it
to prompt for the user to input a new password. I am using
a generic password for the first logon so I can run an
installation script to load some other files, but when it
finishes loading IE6 and reboots, I would like for it to
prompt the user for a new password. I have not been able
to find any scripts that will do this. Does anyone have
any ideas?

Thanks....

Tony

cusrmgr -u UserName +s MustChangePassword -m \\PdcName

Tip 2445 in the 'Tips & Tricks' at http://www.jsiinc.com

Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top