Hi,
I'm trying to save all my Powershell Transcripts to a sub-folder of My
Documents like c:\Documents and Settings\myname\My Documents
\PowershellTranscripts\
I'm trying this
$p= "$env:UserProfile\My Documents\PowerShellTranscripts"
Start-Transaction -path $p
But I got this error message
Start-Transaction : A parameter cannot be found that matches parameter
name 'path'.
At line:1 char:24
+ Start-Transaction -path <<<< $p
+ CategoryInfo : InvalidArgument: ([Start-
Transaction], ParameterBindingException
+ FullyQualifiedErrorId :
NamedParameterNotFound,Microsoft.PowerShell.Commands.StartTransactionCommand

[Start-
