Hello Roger Roger,
Thanks for your question.
You need to be careful here and ensure all the objects are intended in sync manager. But since you have confirmed, you need to increase the threshold.
If all the objects pending deletion are supposed to be deleted in Microsoft Entra ID, then using your Entra Global Administrator or Hybrid Identity Administrator credential, do the following steps:
- To temporarily disable this protection and let all the deletions go through, run the PowerShell cmdlet:
Disable-ADSyncExportDeletionThreshold -AADUserName "<UserPrincipalName>"
. - With the Microsoft Entra Connector still selected, select the action Run and select Export.
- To protect against unexpected deletions in the future, ensure the deletion threshold feature isn't permanently disabled. To re-enable the protection with the default value, run:
Enable-ADSyncExportDeletionThreshold -DeletionThreshold 500 -AADUserName "<UserPrincipalName>"
.
The above is cited from:
You can mark it 'Accept Answer' and 'Upvote' if this helped you
Regards,
Abiola