I have list backup .cmp files that i want to import to new site using powershell i use this command:
Import-SPWeb -Identity https://site/projects/sharepoint/Lists -Path "c:\shareponit\data.cmp"
it returns an error:
Import-SPWeb : Cannot find an SPWeb object with Id or Url :https://site/projects/sharepoint/Lists.
How to import List backup to new site?