When I type "my text" on a line by itself, the text is output to the console, but is that using Write-Host or Write-Output by default (and how can I see that - I mean, I tried using | Get-Member to get a clue but was not sure)?
The reason that I'm asking is that I'm aware of the known issues with Write-Host breaking sequential output in a script that has pipeline commands nearby.