Hi @Daniel Gellard
When you use the password writeback service to change or reset a password, the service attempts to set the new password on your local directory. However, if the password you've selected doesn't meet the password age, history, complexity, or filtering requirements of your domain, then the operation fails, and you receive error code 33008.
If you have password filters enabled and a user selects a password that doesn't meet the filtering criteria, then the reset or change operation fails.
If you have set a minimum password age policy in your on-premises AD DS, users will not be able to change their password again until the specified age has passed. This is to prevent users from changing their password too frequently and potentially using weak passwords.
For testing purposes, you can set the minimum password age policy to 0 to allow users to change their password immediately. However, it's important to note that this is not recommended for production environments as it can weaken the security of your system.
You can change the minimum password age policy in the Group Policy Management Console (GPMC) on your domain controller. Once you have made the change, you can run a "gpupdate /force" command on the affected machines to apply the new policy.
Hope this helps. Do let us know if you any further queries by responding in the comments section.
Thanks,
Akhilesh v.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.