I want to echo output to Powershell stdout. The suggested methods of using Write-Host (Debug/Versbose) writes to console as expected but when I redirect the output to a file with >> it keeps writing to the console.
What is the full equivalient to "echo" in Powershell? Echo works but the use of it is discouraged from my code editor (VS Code).