Fixing - Stopped-deletion-threshold-exceeded error while doing Sync.
Possible Reasons - I am getting this error particularly because i have Un synced an OU from AzureAD Connect & that OU contains items which was above threshold limit for Object Sync & Unsync.
In order to fix it, we will login to Azure AD connect server & run below commands -
1. Get-ADSyncExportDeletionThreshold - Check ADSyncExport Deletion threshold currently set.
Currently it's set to 50. This means if there is an OU which contains more then 50 objects, then probably it would throw the error.
2. Editing threshold from 50 to 200 since the OU i am unsyncing right now contains total 153 objects.
Once done, try forcing the sync again & this time you won't see any error.
No comments:
Post a Comment