Improved MS Exchange log parser (log format detection) Stability improvements for log-based detection engines UI improvements and bug-fixes Other minor internal improvements and bug-fixes
Improved MS Exchange log parser (log format detection) Stability improvements for log-based detection engines UI improvements and bug-fixes Other minor internal improvements and bug-fixes
SELECT TOP 20 cs-username AS UserID, cs(User-Agent) AS Application, cs-uri-stem AS Vdir, c-ip AS CLIENT, Count(*) FROM '[LOGFILEPATH]' WHERE cs-uri-stem LIKE '%mapi%' GROUP BY UserID, Application, Vdir, Client ORDER BY COUNT(*) DESC
SELECT TOP 20 cs-username AS UserID, cs(User-Agent) AS Application, cs-uri-stem AS Vdir, c-ip AS CLIENT, Count(*) FROM '[LOGFILEPATH]' WHERE cs-uri-stem LIKE '%mapi%' GROUP BY UserID, Application, Vdir, Client ORDER BY COUNT(*) DESC
Calendaring functionality in Teams will not be supported if organizations are not using Exchange Online or a supported version of Exchange On-Prem (Exchange 2016 CU3+ or Exchange 2013 CU17+).
SELECT TOP 20 cs-username AS UserID, cs(User-Agent) AS Application, cs-uri-stem AS Vdir, c-ip AS CLIENT, Count(*) FROM '[LOGFILEPATH]' WHERE cs-uri-stem LIKE '%mapi%' GROUP BY UserID, Application, Vdir, Client ORDER BY COUNT(*) DESC