O
OM
Guest
We have a standalone 2003 server for file sharing purpose. I would like
to allow user to change their password on their own. I was suggested to
use psexec to run the net user command. However, it was giving access
denied error when running the command. I didn't get the same error if I
didn't attempt to change the passworkd
command works
psexec \\server -u user1 -p user1_password net user user1
command gave access denied error
psexec \\server -u user1 -p user1_password net user user1 new_user1_password
Do I have to gain specific permission for user to change password? All
these are done from the user's workstation.
Thanks
to allow user to change their password on their own. I was suggested to
use psexec to run the net user command. However, it was giving access
denied error when running the command. I didn't get the same error if I
didn't attempt to change the passworkd
command works
psexec \\server -u user1 -p user1_password net user user1
command gave access denied error
psexec \\server -u user1 -p user1_password net user user1 new_user1_password
Do I have to gain specific permission for user to change password? All
these are done from the user's workstation.
Thanks