buy tb500

Retrieve the password of the domain owner from the windows Plesk database


=========================================================================================================
"%plesk_bin%"\dbclient --direct-sql --sql="select su.login, a.password from accounts a, sys_users su  where a.id=su.account_id and su.login='USER1'"
    login       password
    USER1  p@ssw0rd
=========================================================================================================

to sync the password again

net user USER1 p@ssw0rd

Leave a Reply