Hello,
I'm not 100% sure if I understood you correctly, but for changing the parameter "User must change password password at next logon", you can use Powershell or edit it in the account tab of the user in ADUC console manually.
For PowerShell, you can use Set-ADAccount command with parameter -ChangePasswordAtLogon
More info about the syntax on:
Kind regards,
Domagoj