Forum Discussion
Metzinger35
Apr 27, 2020Copper Contributor
AIP Scanner Status report
Hello, I'm looking to create some kind of report for the AIP scanner as its scanning share directories. It would be nice to know when it starts to scan a directory and when it the scanner has com...
CliveWatson
Apr 27, 2020Former Employee
I think (and I have very little AIP test data) that you get one row in the logs per activity (or activity_s)
InformationProtectionLogs_CL
| where Activity_s == "Discover"
| project TimeGenerated , ['File Name']=ObjectId_s , DeviceId_s , DeviceRisk_s , Activity_s , UserId_s
https://docs.microsoft.com/en-us/azure/information-protection/reports-aip
Unless the Activity column changes i.e newlabel removelabel etc...