Powershell redirect output to file

Powershell console output ... Even from the DOS days, we could redirect output to a file. This cmdlet is the PowerShell way to do it. The Out-File cmdlet is typically used at the end of the PowerShell pipeline. Its sole purpose is to send the raw output directly to a text file with no regard. There are minimal ways to tweak how that output is ... ................
................