Friday, February 19, 2016

Import\ Export SharePoint Subsite or SPWeb Using Powershell

In this article,
Run PowerShell as Administrator.

Export Subsite:

export-spweb -identity "http://peakfinders/dara"  -path D:\sitebackup.cmp -includeusersecurity 

 Import Subsite:

import-spweb -identity "http://peakfinders/dara1"  -path D:\sitebackup.cmp -includeusersecurity  -force

No comments:

Post a Comment