- Published on
- Authors
- koskila
- Tags
- loggingpowershell
How to output console or PowerShell transcript to a file in Windows
Every now and then, you will run into a situation, where you will need to somehow dump the console output (or transcript) of running a console application. I'm actually going to argue it happens a lot more often than one would think - in my case, any time a customer requires a webjob or a function, that one would normally deploy to Azure, being run on the servers of the customer. You'll need a way to store console (or PowerShell) output into a file. This post describes how to do that.























