Create Local User and Set Password to Change on First Login
I am looking for a way using KACE SMA to created a local user account on some machines with a password that will force user to change on first login.
Also looking for a way to force password change on next login for a local user account.
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
Nico_K
2 years ago
you should review the net user command.
net user /add USERNAME PASSWORD /Passwordchg:Yes /Logonpasswordchg:Yes
should do the trick.