A PowerShell new line can be generated using `n. It’s one of a series of special characters recognised by PowerShell.
The full list of Windows PowerShell v5.1 special characters is:
`0 Null
`a Alert
`b Backspace
`f Form feed
`n New line
`r Carriage… Read the full text.