Header Ads

Sharepoint Import and Export with Powershell Command

Sharepoint Import and Export with Powershell Command
We can perform  Import and export using powershell command.
1.On the start menu ==> Click all programs
2.Click ==>Microsoft sharepoint 2010 products
3.Click ==> Sharepoint 2010 management shell
4.Windows power shell command prompt type the following command :

Import Command :

Import-SPWeb -Identity http:\\servername:port\site -path c:\\backup\Importback.dat
Export command :

Export-SPWeb -Identity http:\\servername:port\site -path c:\\backup\Exportback.dat




No comments:

Powered by Blogger.