If you want to export a list in SharePoint 2010 using PowerShell, you can
use the PowerShell cmdlet Export-SPWeb.
In this example, we export the document library “Documents” located in our
root site, including all versions and permissions.
use the PowerShell cmdlet Export-SPWeb.
In this example, we export the document library “Documents” located in our
root site, including all versions and permissions.
-ItemUrl
/Documents
-IncludeVersions
All
-IncludeUserSecurity
No comments:
Post a Comment