Tee only STDERR in Powershell without red text
I am using powershell to run this very annoying program that writes all of its progress output to STDERR. I want the output of this command to be both printed on to the console AND saved to a file.
I am using powershell to run this very annoying program that writes all of its progress output to STDERR. I want the output of this command to be both printed on to the console AND saved to a file.