An example when using Write-Host makes sense
In the PowerShell community, there is some debate about the usage of the Write-Host cmdlet. The debate stems from the fact that the output of the Write-Host cmdlet places strings of text on the monitor and not in the pipeline.
Read More