Forum Discussion
Sharepoint File collaboration report
Is there a way to find out what documents in SharePoint (org wide) that have had multiple users editing them and or multiple users viewing them at one time. OR is there anything that can be found about all users that have edited a document without having to manually touch each document.
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.
- michalkornetIron Contributor
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.