Stops a transcript. (Stop-Transcript)
NAMEStop-TranscriptSYNOPSISStops a transcript.SYNTAXStop-Transcript [<CommonParameters>]DESCRIPTIONThe 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, WarningAction, WarningVariable, OutBuffer and OutVariable. For more information, type, "get-help about_commonparameters".INPUTSNone You cannot pipe input to this cmdlet.OUTPUTSSystem.String Stop-Transcript returns a string that contains a status message and the path to the output file.NOTESIf a transcript has not been started, the command fails.Examples
EXAMPLE 1C:\PS>stop-transcriptDescription----------- This command stops any running transcripts. RELATED LINKS Online version: http://go.microsoft.com/fwlink/?LinkID=113415 Start-Transcript C:\Windows>powershell get-help Add-Content -full
Microsoft Windows [Version 10.0.19045.3693]
Copyright (c) 2023 Microsoft Corporation.
ColorConsole [Version 3.7.1000] PowerShell 2.0-Export