Forum Discussion
Sharepoint File collaboration report
- Aug 22, 2024
Hi JordanT370, I think you can use one of two MS Graph endpoints to get this information per file:
If you're looking for inspiration for a PnP PowerShell script to get an entire report, you can check my blog post with an example of a script: https://michalkornet.com/2023/09/19/Report-of-SharePoint-Files-Incidents.html. It retrieves a different set of data, but you can use it as a base to get just the edit actions.
Hi JordanT370, I think you can use one of two MS Graph endpoints to get this information per file:
If you're looking for inspiration for a PnP PowerShell script to get an entire report, you can check my blog post with an example of a script: https://michalkornet.com/2023/09/19/Report-of-SharePoint-Files-Incidents.html. It retrieves a different set of data, but you can use it as a base to get just the edit actions.