Get Version History of SharePoint Task List

KBdotnet 1 Reputation point
2020-08-11T03:09:06.317+00:00

Hi ,

I have a requirement to get Version history of all users who have Edited the Task list . and that list can also be exported.

Like -

Modified Item , ModiefiedOn , Modified By

I dont want to user Powershell.

Is there any way ?

Regards,

KBdotnet

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,221 questions
{count} votes

1 answer

Sort by: Most helpful
  1. ChelseaWu-MSFT 6,316 Reputation points
    2020-08-11T07:12:42.753+00:00

    Here are a few methods you can look into:

    1. You can refer to this post for a workaround to export version histories from an XML fie: sharepoint list version history export to excel.
    2. Here is an Open Source Project solution called ExportVersionHistorySP2013, which needs to be deployed in your farm before you can use it.
    3. I would still recommend using PowerShell since it is the easiest way. Here is a sample script in case you change your mind: Export SharePoint List Item Version History to Excel using PowerShell.