Powershell console output

designed to replace the standard output redirection operator (>). 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 … ................
................