Hi Undercover Media,
Thank you for posting in the Microsoft Community Forums.
GPOs cannot be used directly to control the maximum age (maxAge) of passwords in Active Directory (AD). Password policies are applied to computers and user objects in the domain through GPOs, but GPOs themselves do not provide fine-grained password policy control, such as maximum password age.
I searched and found that in Windows Server 2008 and later, you can use Fine-Grained Password Policies (FGPP) to achieve finer-grained control over password policies in AD, including maxPasswordAge.FGPP allows you to define multiple password policies and apply them to specific users or user group to override the default domain password policy.
Therefore, to control the maximum age of passwords in AD, you should use Fine-Grained Password Policies rather than relying solely on GPOs.
But I don't know much about FGPP, so I can't give you the exact procedure.
Here's the relevant link I found, I hope it helps.
Fine-Grained Password Policy: A Step-by-Step Configuration Guide (windows-active-directory.com)
Best regards
Neuvi Jiang