I've called the following command, using backticks to place the parameters on separate lines
Create-WebSite -Name $targetWebSite `
-Location $targetWebSiteDir
However this is returning the following error:
- <<<< Location $targetWebSiteDir ` [<<==>>] Exception: Missing expression after unary operator '-'.