Searched refs:errLogFile (Results 1 – 1 of 1) sorted by relevance
1079 $errLogFile = Join-Path -Path $Env:TEMP -ChildPath $errLogFileName in Start-ExternalProcess() variable1086 …ArgumentList $Arguments -NoNewWindow -PassThru -RedirectStandardError $errLogFile -RedirectStandar… in Start-ExternalProcess()1090 …Process -FilePath $Path -NoNewWindow -PassThru -RedirectStandardError $errLogFile -RedirectStandar… in Start-ExternalProcess()1113 Get-Content $errLogFile | Write-Host in Start-ExternalProcess() variable1176 $errLogFile = Join-Path -Path $Env:TEMP -ChildPath $errLogFileName in Run-ExternalProcessWithWaitAndKill() variable1183 …Process -FilePath $Path -NoNewWindow -PassThru -RedirectStandardError $errLogFile -RedirectStandar… in Run-ExternalProcessWithWaitAndKill()1187 …ArgumentList $Arguments -NoNewWindow -PassThru -RedirectStandardError $errLogFile -RedirectStandar… in Run-ExternalProcessWithWaitAndKill()1220 Get-Content $errLogFile | Write-Host in Run-ExternalProcessWithWaitAndKill() variable