transcripts are called msh_transcript.xxxxx
and should stop-transcript in the "powershell tradition" not be an object ?
so I can do :
MowPS>$transcript = Stop-Transcript
MowPS>gc $transcript.path
MowPS>$transcript.StartTime
MowPS>$transcript
Transcript stopped, output file is E:\Documents and Settings\Mow\My
Documents\msh_transcript.20060530231045.txt
now it's a string like in the "old" shells :
MowPS>$transcript | gm
TypeName: System.String
gr /\/\o\/\/


