Summary: Ensure a line continuation in Windows PowerShell.
What the line continuation character should use to ensure my Windows PowerShell code
continues to the next line?
The line continuation character in Windows PowerShell is the backtick.
Type a <space>, the backtick, and then press ENTER, for example:
Get-Process -Name `
"Powershell_ISE"