Forum Discussion
soportebogaris
May 08, 2020Copper Contributor
A list with all the changes in version histories?
When I see the version history of a document, it looks to me like a sharepoint list:
I wonder if there is a hidden list with this information, linking every row with the ID of the document in a library. It'll be really usefull to me to access to this list with all the version history information. Thanks a lot.
Hello,
There is not a hidden list but you can use the PowerShell to get the same result:
https://mstechtalk.com/sharepoint-listing-all-documents-with-versioning-detail/
2 Replies
Sort By
- Alireza RahimifaridSteel Contributor
Hello,
There is not a hidden list but you can use the PowerShell to get the same result:
https://mstechtalk.com/sharepoint-listing-all-documents-with-versioning-detail/
- soportebogarisCopper Contributor
Thanks a lot!! I'll try it!!