Forum Discussion
Dean_Gross
Aug 22, 2019Silver Contributor
Missing Audit Log Data
We have a list in SPO site that has many items added every week. The O365 Audit Log in the Security and Compliance center is not showing any of the events for this list. Has anyone else noticed this ...
TonyRedmond
Aug 23, 2019MVP
Dean_Gross Do the audit records exist in the audit log? Can you find them with PowerShell if you run
$recs = search-unifiedauditlog -Operations listItemCreated -StartDate 1-Aug-2019 -EndDate 24-Aug-2019
The point is that sometimes the SCC audit log search doesn't return all available data....