Stop-Transcript

 

SYNOPSIS

Stops a transcript.

 

SYNTAX

Stop-Transcript [<CommonParameters>]

 

DETAILED DESCRIPTION

The Stop-Transcript cmdlet stops a transcript that was started by using the Start-Transcript cmdlet. You can also stop a transcript by ending the session.

 

PARAMETERS

 

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, and -OutVariable. For more information, type, "get-help about_commonparameters".

 

NOTES

 

For more information, type "Get-Help Stop-Transcript -detailed". For technical information, type "Get-Help Stop-Transcript -full".

 

When specifying multiple values for a parameter, use commas to separate the values. For example, "<parameter-name> <value1>, <value2>".

 

If a transcript is not started, the command fails.

 

EXAMPLE 1

 

stop-transcript

 

This command stops any running transcripts.

 

RELATED LINKS

Start-Transcript