I have Admin account and want to change password for a specific user on a local Windows Server 2008 machine. Is there possibility to programmatically change the password ignoring Local Password Policy (complexity, history, minimum password age)?
I tried NetUserChnagePassword but it does not allow to ignore Password Policy.