A cloud-based identity and access management service for securing user authentication and resource access
Hello @Liam Ray So based on your description so far, you're getting a sync-generic-failure, the engine is trying to delete a smtp: address, but the change isn't being accepted. This might be due to:
- Immutable or protected attribute in the sync rules.
- Incorrect modification method (e.g., not using ADSI Edit or proper tools).
- Conflicting sync rules or permissions.
Please make sure that the error only occurs on this account so that we can better locate the bug and solve this issue correctly.
Here are some methods to try:
- Check for Custom Sync Rules
Please make sure that this proxy address is not used by other accounts and does not conflict with other sync rules. If the sync still fails:
- Open Synchronization Rules Editor.
- Look for any custom inbound or outbound rules affecting proxyAddresses.
- Ensure no rule is trying to enforce a value that conflicts with your change.
- Use ADSI Edit to Modify proxyAddresses
Since the attribute is synced, you must change it on-premises:
- Open ADSI Edit on your domain controller.
- Connect to the Default Naming Context.
- Navigate to the user object.
- Right-click → Properties → Find proxyAddresses.
- Remove the unwanted smtp: entry (case-sensitive: SMTP: is primary, smtp: is secondary).
- Click OK and close.
Be careful not to remove the primary SMTP address unless you're replacing it.
- Force a Delta Sync
After making the change:
Start-ADSyncSyncCycle -PolicyType Delta
This will push the updated attributes to Entra ID.
- Review Azure AD Connect Logs
Check the Synchronization Service Manager:
- Go to Operations tab.
- Look for the failed sync run.
- Click the error to get more details—especially if there's a rule precedence or attribute flow conflict.
Kindly let me know if any of these works for you or if you have any further question.
If I have answered your question, please accept this as answer as a token of appreciation and don't forget to give a thumbs up for "Was it helpful"!
Best regards,
Megan