Got this exception as part of a script, wondering what are the chances which are causing this exception ?
$logFilePath='ReleaseTranscript-10.02.02.txt'
+ Start-Transcript -Path $logFilePath -append
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Start-Transcript], InvalidOperationException
+ FullyQualifiedErrorId : System.InvalidOperationException,Microsoft.PowerShell.Commands.StartTranscriptCommand
Aravind aravindl.blogspot.com