Comparing ThreadJob to PSJobs in PowerShell 7 on Linux
by Adam Bertram
There have always been a few options for running background asynchronous tasks within PowerShell. Traditionally, PowerShell (PS) Jobs was the go to method as a job could be started and then control returned to the console. PS Jobs were always heavy, in regards to resource usage, and depending on what needed to be run, this… Read More