Record the output of your PowerShell console using Start-Transcript

PowerShell comes with cmdlet of Start-Transcript that can be used to record all the output by commands to a text file. The text file can then be utilized for various reason. My top reason to use Star-Transcript cmdlet is to…