To reset a password for POP3 users account on Windows server using command line,Run below command:
winpop changepwd USER@DOMAIN NewPassword
Example: Below command resets the password to bird.333! for user admin in domain cpanelplesk.com
winpop changepwd admincpanelplesk.com bird.333!
That’s all.