Password Management
Change Password
This can be achieved with the following:
net user <username> <new_password>
Enable/Disable Password
This can be achieved with the following:
net user <username> /passwordreq:<yes|no>
This can be achieved with the following:
net user <username> <new_password>
This can be achieved with the following:
net user <username> /passwordreq:<yes|no>