AD replication completed. Complements 4932.
Use with 4932 for replication duration analysis.
No standalone alerting.
SubjectUserNameTargetUserNameLogonTypeIpAddressWorkstationName Starting points — adapt the log source, projected fields and thresholds for your environment.
SecurityEvent
| where EventID == 4933 // Synchronization of a replica of an Active Directory naming context has ended
| project TimeGenerated, Computer, SubjectUserName, TargetUserName, LogonType, IpAddress, WorkstationName
| sort by TimeGenerated desc
index=* sourcetype="WinEventLog:Security" EventCode=4933
| stats count earliest(_time) as first_seen latest(_time) as last_seen by ComputerName
| sort - count `# Synchronization of a replica of an Active Directory naming context has ended — add EventData fields: SubjectUserName, TargetUserName, LogonType, IpAddress`
Synchronization of a replica of an Active Directory naming context has ended. AD replication completed. Complements 4932.
Event 4933 is written to the Security channel by Microsoft-Windows-Security-Auditing. Advanced Audit Policy — enable the 'DS Access' subcategory (Success and/or Failure).
No standalone alerting.