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