Input - a csv export from Purview's activity log
- Python3
- Sqlite 3
pip install -r requirements.txt
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