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
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.
Manpreet SinghPosted Jul 13, 2015, 12:30 PM
Ravi KumarPosted Jul 13, 2015, 2:59 AM