Hi @Rocky Mondal · Thank you for reaching out.
Password expiration policy configured in Azure AD applies to cloud only users by default. It is possible that the policy you have configured is not getting applied to synced user accounts. If you want to apply same policy to synced users as well, you need to run below cmd:
- Install-Module MSOnline - To install the required module.
- Connect-MsolService - Sign in with Global Admin account of your tenant.
- Set-MsolDirSyncFeature -Feature EnforceCloudPasswordPolicyForPasswordSyncedUsers -Enable $true - To enforce password policies configured in Azure on synced user accounts as well.
Kindly go through your previous post as well and If the answer helped, please contribute back to community by accepting the answer.
-----------------------------------------------------------------------------------------------------------
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.