Hello,
i want to export a sharepoint list exists in a sharepoint subsite (a project site actually), and then import it in another subsite (project site) within the same sitecollection (PWA)
basically the export was very easy to manage as i have used granular back in the central administration and then my problem started to appear
the command i have tried to use
Import-SPWeb -Identity http://webapp/PWA/projectsite/Lists/Risks -Path \\ipaddress\Farm_Backup\listexport\risks.cmp -Force -NoFileCompression -Verbose -UpdateVersions Overwrite
Error :
Import-SPWeb : Cannot find an SPWeb object with Id or Url : http://webapp/PWA/projectsite/Lists/Risks.
i dont know why im receiving this, please advice about the best way to import spweb into a subsite
Karim El Zarka, MCTS Sharepoint 2010 , MCITP SharePoint Administrator 2010 Whenever you see a reply and if you think is helpful, click "Vote As Helpful"! And whenever you see a reply being an answer to the question of the thread, click "Mark
As Answer