Re: Multiple GB worth of wscp*.tmp files in C:\Windows\Temp
I'm a fool.
The issue was with part of my code. By using Receive-Job instead of Get-Job, I wasn't getting the state of the child jobs.
.tmp files are no longer being orphaned
Thank you for the help Martin!
The issue was with part of my code. By using Receive-Job instead of Get-Job, I wasn't getting the state of the child jobs.
.tmp files are no longer being orphaned
Thank you for the help Martin!