PowerShell Command to Export Sub Site
Export site with these option. This will include all
customizations, user securities, list & libraries etc.
Export-SPWeb -Identity http://sharepoint-demo/IC
-Path "c:\bkup\IC.cmp"
-Force -IncludeUserSecurity -IncludeVersions All
Note :
·
http://sharepoint-demo/IC : You can change this site url.
Put url of site which
is going to be backed up.
·
C:\backup\IC.cmp : You can change backup path with file name. You have
to keep extention .cmp as it is.
Comments