PowerShell – Tee-Object cmdlet – Redirect output to two directions
When we use commands at the PowerShell prompt, the commands display the output on the console. When we use the pipe symbol, the output will be redirected to another command. Through this Article, I will explain how to redirect the output to a file, using Tee-Object cmdlet. Tee-Object cmdlet Tee-Object cmdlet is a useful command in […]