Stop a transcript.
Syntax Stop-Transcript [CommonParameters] Key CommonParameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -WarningAction, -WarningVariable, -OutBuffer -OutVariable.
Example
PS C:\> stop-transcript
“To be nobody but yourself in a world that's doing its best to make you somebody else, is to fight the hardest battle you are ever going to fight. Never stop fighting” ~ E. E. Cummings quotes
Related PowerShell Cmdlets:
Start-Transcript - Start a transcript of a command shell session.
Equivalent bash command: Script - Start a transcript of a shell session.