Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 609 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 609 Bytes

AnalyzeAudit

Input - a csv export from Purview's activity log

Requirements

  • Python3
  • Sqlite 3

Initial setup

pip install -r requirements.txt

Usage

Analyze Audit file

Returns an excel file with different tabs showing user activity showing mail items accessed, mail sent, mail deleted, file and folder actions in OneDrive/Sharepoint:

python3 AnalyzeAudit.py export.csv

Get Operations from Audit file

Analyze Audit file and print list of operations within it (useful for determining whether new logic needs to be written)

python3 AnalyzeAudit.py export.csv --ops