Cloudpasswordpolicyforpasswordsyncedusersenabled !full! – Top & Complete
A: Your organization has enabled “Cloud Password Policy for Password Synced Users.” Even though your password works on-premises, it might be on Microsoft’s global banned password list or too common. You’ll need to choose a stronger password that satisfies both policies.
. This occurs because Entra ID assumes the on-premises directory is the source of truth for password aging and rotation. Enabling this feature shifts that behavior, allowing the cloud to enforce its own password expiration policy on those synchronized accounts. Microsoft Learn +2 Key Effects of Enabling the Feature Enforcement of Cloud Expiration cloudpasswordpolicyforpasswordsyncedusersenabled
with a pilot group — synced users may see unexpected password rejection at cloud login (web, Office 365) even though on-prem login works. A: Your organization has enabled “Cloud Password Policy
# If the setting exists, update it if ($Setting) Update-MgDirectorySetting -DirectorySettingId $Setting.Id -Values @(@Name="CloudPasswordPolicyForPasswordSyncedUsersEnabled"; Value="True") This occurs because Entra ID assumes the on-premises
Look for: cloudPasswordPolicyForPasswordSyncedUsersEnabled
Below is you can use — depending on your audience (IT admin, security team, or documentation).