As far as I can tell, Write-Host `n gives a single line space when used with text but a double line space when used alone. Write-Host "" or Write-Host '' or Write-Host $null all give a single line space.