I get this message every time my script does not end properly and stop-transcript is not executed:
Start-Transcript : Transcription has already been started. Use the stop-transcr ipt command to stop transcription. At C:\ps\003desifrovanie.ps1:4 char:17 + start-transcript <<<< -path c:\_LOG\sfrbdesifrovanie.log -append + CategoryInfo : NotSpecified: (:) [Start-Transcript], InvalidOpe rationException + FullyQualifiedErrorId : System.InvalidOperationException,Microsoft.Power Shell.Commands.StartTranscriptCommand
Is it possible to check if the transcript is working and stop it with if-then at the beginning of the script? Or how to reliably stop him at the end? Thanks you
culter
source share