解決方式進行AD資料庫重組
步驟1. 停用NTDS服務
net stop ntds
ntdsutil
ntdsutil:activate instance ntds
ntdsutil:files
file maintenance:info
file maintenance:compact to D:\NTDSTemp
步驟3. 搬回至正確原始目錄
copy "D:\NTDSTemp\ntds.dit" "C:\Windows\NTDS\ntds.dit"
del C:\Windows\NTDS\*.log
步驟4. 啟用NTDS服務
net start ntds
備註技巧:
>repadmin /showrepl 多跑幾次,就會發現皆同步成功
>repadmin /syncall