Skip to content

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>