Sharepoint 2013 Export and Import subsite

Jul 10 2015 2:42 AM
Hello,
 
I am trying to export and import subsite using powershell command, but when I imported the subsite it's not restoring exported subsite site content.
It is still showing updated site content.
 
Below is Powershell command I am using for Export and Import:
 
Export Powershell command:
Export-SPWeb "http://vmabcd-d41:3000/sites/BackupTest/Subsite1" -Path "D:\TestExport\test.cmp" -IncludeUserSecurity -IncludeVersions all
 
Import Powershell command:
 Import-SPWeb "http://vmabcd-d41:3000/sites/BackupTest/Subsite1" –Path "D:\TestExport\test.cmp" -Force 
 
Please let me know, if anyone has an idea.
 
Thanks,
Satyajit Kadam.
 

Answers (2)