Greetings again guys, I'm having another issue
Is anyone here good with ps2exe? I have a script that works fine as a .ps1, but when converted to a exe via ps2exe, it spits out a million errors.
Some of them are related to write-host commands. Not sure why this is, but I didnt need those commands anyway so I disabled them
Some were related to how ps2exe handles pathing differently, and most of this is solved as well
but
PS2EXE doesnt seem to support powershell jobs or functions for me. This is weird, because I've found multiple examples people using jobs and functions in their ps2exe scripts with no issues. Any idea what might be causing this?
Attached is my code