Speed up PowerShell with simplified multithreading
Provides an alternative to PSjobs with greater performance and less overhead to run commands in the background, freeing up the console and allowing throttling on the jobs.
A PowerShell module for running concurrent jobs based on threads rather than processes