Friday, December 14, 2012

Import export in SharePoint 2010

Export-SPWeb -Identity http://m2010:82/site5 -Path c:\Exportback.dat

Import-SPWeb -Identity http://m2010/site2/site3 -Path c:\Exportback.dat

provided the sites site5 and site 3 have the same template.

http://www.sharepoint.inf4web.com/326/how-to-import-export-sharepoint-subsite/

http://  ............./.../,.../OAC/.../ETCB/ETCB%20Project%20Meeting/default.aspx

Export-SPWeb [-Identity] -Path [-AppLogFilePath ] [-AssignmentCollection ] [-CompressionSize ] [-Confirm []] [-Force ] [-HaltOnError ] [-HaltOnWarning ] [-IncludeUserSecurity ] [-IncludeVersions CurrentVersion
LastMajorAndMinor
All>] [-ItemUrl ] [-NoFileCompression ] [-NoLogFile ] [-UseSqlSnapshot ] [-WhatIf []]

http:// /.../.../..../............../ETCB/test

http://   ............./.../,.../OAC/.../ETCB/ETCB Project Meeting/



testETCBProjectmeeting
Import-SPweb http://  ............./.../,.../OAC/...//TechStaff/ETCB/test -path c:\MriTestCalendar.cmp



Export-SPWeb -Identity &"http  ............./.../,.../OAC/.../TechStaff/ETCB/ETCB Project Meeting/" -path c:\MriTestCalendar -IncludeUserSecurity