BACKUP AND RESTORE OF A WEB(OR SUBSITE) IN SHARE POINT

Backup web:


        Open sharepoint power shell. and type the following  command on your power shell

Import-spweb <fullurl which u want to backup> -path <location> 


Restore web:


        Open sharepoint power shell. and type the following  command on your power shell

Export-spweb <fullurl where u want to restore> -path <location>

Comments

Popular posts from this blog

Add content type to SharePoint List/Library using REST API

SPFx with PnPJS CRUD Operations (V3)

PeoplePicker get & Update List item using Rest API in SharePoint 2013