Skip to content

Instantly share code, notes, and snippets.

@IAMPetro
Created December 12, 2016 02:11
Show Gist options
  • Save IAMPetro/8525d7bee442a3db1a878645c35740cc to your computer and use it in GitHub Desktop.
Save IAMPetro/8525d7bee442a3db1a878645c35740cc to your computer and use it in GitHub Desktop.
SharePoint: Exporting SharePoint Libraries & Lists
# This will Export the Library from the specified SharePoint site onto the SharePoint Server
Export-SPWeb -Identity http://<SharePoint>/sites/<siteCollection>/<siteName> -path "<destinationFolder\fileName.cmp>" -ItemUrl "<SPLibrary>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment