Relative Content

Tag Archive for powershellfreezepowershell-5.1

Long running PS 5.1 (Win10) script causes sub-process to hang

I have a script that executes another application (an automated test application) as part of a scheduled job. During the execution of the test the powershell script is on a wait, monitoring for process end of the test so that it can log the test result and move onto the next test.
The test takes 2+ hours to run. During this time the test software will hang / suspend / pause (generally after about 20 minutes).

Long running PS 5.1 (Win10) script causes sub-process to hang

I have a script that executes another application (an automated test application) as part of a scheduled job. During the execution of the test the powershell script is on a wait, monitoring for process end of the test so that it can log the test result and move onto the next test.
The test takes 2+ hours to run. During this time the test software will hang / suspend / pause (generally after about 20 minutes).