Sharepoint - Export-SPWeb List with spaces in list name
You command should be look like this
Export-SPWeb -Identity https://servername/path -Path C:\backup.cmp -ItemUrl "Lists/Mortgage Referrals"
- in identity complete URL of Site collection.
- at ItemURL you should not use '/' if it is on root of site collection.