So attempting to run export-spweb to export a list at the root level of a site collection using......
Export-SPWeb -Identity https://my.webapp.com/sitecollection1 -ItemUrl collaboration/Activities/Lists/Activities -path "D:\Temp\Lists\activities.cmp"
and I got the URL error
In the same web app for a different site collection I ran this command and it worked..
Export-SPWeb -Identity https://my.webapp.com/sitecollection2 -ItemUrl collaboration/Activities2/Lists/Activities -path "D:\Temp\Lists\activities2.cmp"I cant determine why as both lists are in the root of the site collections
John Chendorain