Hello Evelynn •
I think you may ran into the classic PreventAccidentalDeletes safeguard in Entra Connect. It’s doing its job, but I get that it’s frustrating when the cleanup is intentional. You can temporarily raise or bypass that threshold using PowerShell: run Set-ADSyncExportDeletionThreshold -DeletionThreshold 0 to disable it, then kick off a manual sync with Start-ADSyncSyncCycle -PolicyType Delta. Once the deletions are processed, re‑enable protection with a reasonable threshold like Set-ADSyncExportDeletionThreshold -DeletionThreshold 500.
Just make sure you’ve reviewed the pending exports in Synchronization Service Manager before approving that’s your safety net. After the sync completes, everything should flow normally again without recreating deleted objects. If this helps, please hit “Accept Answer” so others know it worked for you and let me know if you need any assistance. Thank you!