Forum Discussion
rupa30
Jun 03, 2019Copper Contributor
DC Replication logs in Azure log Analytics
Hi, I was trying to generate DC replication logs but its not showing in Azure Log Analytics. Is there any query to generate logs?
rupa30
Jun 03, 2019Copper Contributor
I've found the solution,
Operation | where Solution == "ADReplication" | summarize arg_max(TimeGenerated, *) by Computer, OperationCategory | sort by TimeGenerated desc , OperationStatus asc
this is the query.
The problem was on MMA.