salt.modules.win_shadow

Manage the shadow file

salt.modules.win_shadow.info(name)

Return information for the specified user This is just returns dummy data so that salt states can work.

CLI Example:

salt '*' shadow.info root
salt.modules.win_shadow.set_password(name, password)

Set the password for a named user.

CLI Example:

salt '*' shadow.set_password root mysecretpassword