Reply to Message

Set user account to not change passwords at next login
I have been trying to set the user accounts so they did not have to change their passwords at next login. We are setting this up for DR purposes and if you login over Outlook Web Access it does not give you the option to change your password at login. Here is what you need to set in the script to not have them change password at next login.

oNewUser.Put "pwdLastSet", -1
23rd Mar 2006