I've got a subsite in this address: http://intradev/humanresource/reservationroom/default.aspx. The subsite was created using the blank site template. In the subsite I've created a few lists. I'm trying to export these lists, and I know I can do it via the Central Admin, but I'd like to learn how to accomplish it using PowerShell. The following string is what I'm using to export:
export-spweb http://intradev/humanresource/reservationroom/ -Path reservations -ItemUrl /Lists/Reservations
When I run it, I get this error: "Export-SPWeb : The URL provided is invalid. Only valid URLs that are site collections or sites are allowed to be exported using stsadm.exe"
What am I doing wrong here?