Stop-Transcript
Stops a transcript.
Syntax
Stop-Transcript []
Description
The Stop-Transcript
cmdlet stops a transcript that was started by the Start-Transcript
cmdlet.
Alternatively, you can end a session to stop a transcript.
Examples
Example 1: Stop all transcripts
Stop-Transcript
This command stops all transcripts.
Inputs
None
You can't pipe objects to this cmdlet.
Outputs
This cmdlet returns a string that contains a status message and the path to the output file.
Notes
If a transcript hasn't been started, the command fails.
Related Links
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.