Hello3

Powershell reset expired user account

Set-ADUser -Identity username -Replace @{pwdlastset="0"} Set-ADUser -Identity username -Replace @{pwdlastset="-1"}