Searched refs:guid (Results 1 – 1 of 1) sorted by relevance
1076 $guid = [System.Guid]::NewGuid().ToString("N") in Start-ExternalProcess() variable1077 $errLogFileName = -join($guid, "-stderr.log") in Start-ExternalProcess()1078 $outLogFileName = -join($guid, "-stdout.log") in Start-ExternalProcess()1173 $guid = [System.Guid]::NewGuid().ToString("N") in Run-ExternalProcessWithWaitAndKill() variable1174 $errLogFileName = -join($guid, "-stderr.log") in Run-ExternalProcessWithWaitAndKill()1175 $outLogFileName = -join($guid, "-stdout.log") in Run-ExternalProcessWithWaitAndKill()