PowerShell transcript feature

PowerShell has a feature to create a transcript of a session.  To start the process, use the cmdlet Start-Transcript.

image

To stop the process, close the session or use the cmdlet Stop-Transcript.

image

image