Investigate Microsoft 365 Activities
Unlock the complete study guide + 1,040 practice questions across 16 full exams.
Bundled into the existing Microsoft Certified: Security Operations Analyst Associate premium course — no separate purchase.
14-day money-back guarantee — no questions asked.
Included in this chapter:
- The unified audit log: one searchable record of M365 activity
- Audit licensing tiers and high-value events
- Content Search: retrieving the items the audit log only mentions
- Microsoft Graph activity logs: investigating the API layer
- Exam-pattern recognition
Three Microsoft 365 investigation sources: what each answers and where you run it
| Source | Question it answers | Where you run it | Key constraint |
|---|---|---|---|
| Unified audit log (Purview Audit) | What activity happened across M365 workloads | Microsoft Purview portal, Audit search | Only logs what auditing captured; 180 days (Standard), 1 year+ (Premium) |
| Content Search (Purview eDiscovery) | Where the content is, so you can preview and export it | Microsoft Purview portal, Content search | Searches mailboxes, sites, OneDrive, Teams content, not an audit trail |
| Microsoft Graph activity logs | Which API requests an app or user made to Graph | Enabled via diagnostic setting, queried in Log Analytics / Sentinel | Off by default; must route to a workspace, storage, or event hub |
Decision tree
Cheat sheet
Unlock with Premium — includes all practice exams and the complete study guide.
Also tested in
References
- Search the audit log
- Search-UnifiedAuditLog (ExchangePowerShell)
- Learn about auditing solutions in Microsoft Purview
- Learn about auditing solutions in Microsoft Purview
- Use MailItemsAccessed to investigate compromised accounts
- Get started with Content search
- Keyword Query Language (KeyQL) syntax reference
- Access Microsoft Graph activity logs for tenant monitoring
- Kusto Query Language (KQL) overview