How to find out who modified DLP policies in Microsoft 365?
+
Untracked changes to DLP policies in Microsoft 365 can disrupt data protection and make your organization vulnerable to sensitive data leaks. Regular audits of DLP policy and rule changes help you identify who made modifications and ensure your data protection measures stay consistent and effective.
- Navigate to the Audit section in the M365 Purview portal and customize the date and time range as needed.
- Select the following operations in the Activities - friendly names field and click Search.
Created DLP rule, Updated DLP rule, Deleted DLP rule, Created DLP policy, Updated DLP policy, Deleted DLP policy
Once the search is completed, select the search name and click Export to download the DLP management activity logs.
To view all DLP activities in M365, connect to Exchange Online PowerShell using the 'Connect-ExchangeOnline' cmdlet. Then, run the following cmdlet, replacing '<MM/DD/YYYY>' with the desired start and end date.
Search-UnifiedAuditLog -StartDate <MM/DD/YYYY> -EndDate <MM/DD/YYYY> -Operations "New-DlpComplianceRule, Set-DlpComplianceRule, Remove-DlpComplianceRule, New-DlpCompliancePolicy, Set-DlpCompliancePolicy, Remove-DlpCompliancePolicy" | Export-Csv –Path "<FilePath>"
Simplify the process of identifying who modified the DLP policies and rules with AdminDroid!
- With the Data Loss Prevention Policies and Rules report in AdminDroid, you can view all DLP activities in your organization effectively.
- This report offers detailed insights into DLP policy changes performed by users, with customizable filters to focus on specific data.