Hello @Shane Primrose
Thank you for reaching out. Since the original object which should not have been sync'd to Azure AD is no longer existing on DC and is also Hard Deleted on Azure AD you can try following steps to fix the error:
- Try to run a Full Initial Cycle so that an Full Import and Full Export cycle runs and removes any stale object entries. You can use following command to initiate a Full Sync:
-
Start-ADSyncSyncCycle -PolicyType Initial
-
- Alternative you can try below if full sync does not help:
- Run Full Import Cycle on AD Connector.
- Run Export Cycle on Azure AD Connector.
- Perform delta cycle using command
Start-ADSyncSyncCycle -PolicyType Delta
- This should ideally reimport all the objects on AD and remove the stale error.
I hope this answer helps to resolve your issue. Please "Accept the answer" if the information helped you. This will help us and others in the community as well.