IEX (new-object web.client).
$Cred = New-Object System.Management.Automation.PSCredential('DOMAIN\USER', $Password)
$Password = ConvertTo-SecureString 'c1cdfun_d2434' -AsPlainText -Force
Set-DomainUserPassword -Identity Target_User -AccountPassword $Password