I've exported a list and now I'm trying to import it back to another site collection. I've verified that T:\ExportedLists\Listname is correct, and on the wfe I'm running the Import-SPWeb on.
PS C:\Users\admin> Import-SPWeb "http://server/.../Lists/Listname/" -Path "T:\ExportedLists\Listname" -IncludeUserSecurity
Import-SPWeb : The file T:\ExportedLists\Listnamedoes not exist.
At line:1 char:13
+ Import-SPWeb <<<< "http://server/.../Lists/Listname/" -Path "T:\ExportedLists\Listname" -In
cludeUserSecurity
+ CategoryInfo : InvalidData: (Microsoft.Share...CmdletImportWeb:
SPCmdletImportWeb) [Import-SPWeb], SPException
+ FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletImportWeb
Any ideas?
Thanks













