Skip to content

Latest commit

 

History

History
64 lines (41 loc) · 1.37 KB

File metadata and controls

64 lines (41 loc) · 1.37 KB
external help file Microsoft.PowerShell.ConsoleHost.dll-Help.xml
Locale en-US
Module Name Microsoft.PowerShell.Host
ms.date 01/04/2024
online version https://learn.microsoft.com/powershell/module/microsoft.powershell.host/stop-transcript?view=powershell-5.1&WT.mc_id=ps-gethelp
schema 2.0.0
title Stop-Transcript

Stop-Transcript

SYNOPSIS

Stops a transcript.

SYNTAX

Stop-Transcript [<CommonParameters>]

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.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

You can't pipe objects to this cmdlet.

OUTPUTS

System.String

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

Start-Transcript