TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Satyajit Kadam
NA
2
4.1k
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.
Reply
Answers (
2
)
How to export a site from SharePoint online?
Copy/Move documents to another library SharePoint 2013