Azure AD Connect 오류 stopped-deletion-threshold-exceeded. Azure AD Connect suddenly stopped replicating changes to Azure AD, including new user creations. Synchronization Service Manager showsstopped-deletion-threshold-exceeded against an Export operation.
해결책
~ 안에 Azure AD Connect, there is a feature enabled by default to prevent more than 500 deletes.
The feature is designed to protect a customer from accidental Azure AD Connect configuration changes and changes to the local 액티브 디렉토리, that would affect many objects.
To temporarily disable this protection and allow the deletes to be processed, run the following 파워셸 cmdlet:
Disable-ADSyncExportDeletionThreshold
파워셸Provide Azure AD Global Administrator credentials for the tenant when prompted.
When the threshold is disabled, force a full synchronization:
Start-ADSyncSyncCycle -PolicyType Initial
파워셸Monitor the results, and wait for the full synchronization cycle to complete.
Then re-enable the protection threshold:
Enable-ADSyncExportDeletionThreshold -DeletionThreshold 500
파워셸
Life Saver, 감사해요!
감사해요 – great solution