Closed 747DB66FBC closed 1 year ago
Had to dig deeper... If the path "$(Get-TempScriptFolder)\downloads" is not existent and has to be created, the script will fail. Cause of the error was a non-captured output in this function at corrected line.
Thanks for your fix, this was giving me a lot of headache. You nailed it! (Again, with paths with spaces)
Had headaches with this, too. You are welcome!
Had to dig deeper... If the path "$(Get-TempScriptFolder)\downloads" is not existent and has to be created, the script will fail. Cause of the error was a non-captured output in this function at corrected line.