Skip to content

Instantly share code, notes, and snippets.

@IAMPetro
Created December 12, 2016 02:08
Show Gist options
  • Save IAMPetro/547e29108daa6e6d55c1d00c3259720b to your computer and use it in GitHub Desktop.
Save IAMPetro/547e29108daa6e6d55c1d00c3259720b to your computer and use it in GitHub Desktop.
SharePoint: Importing SharePoint Libraries & Lists
# This will Import a Library saved on the SharePoint Servers disk into a team site.
Import-SPWeb -Identity http://<SharePoint>/sites/<siteCollection>/<siteName> -path "<destinationFolder\fileName.cmp>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment