How to output something in PowerShell?

There are several ways you can output something in PowerShell terminal. You can use plain old echo command or PowerShell cmdlets like Write-Host or Write-Output. Let me give an example for reference –