ChungJustin
By:
|
7,755,479 downloads
|
Last Updated: 3/6/2025
|
Latest Version: 2.1.0
The ThreadJob module is now deprecated. Please use the 'Microsoft.PowerShell.ThreadJob' module instead. |
By:
|
286,084 downloads
|
Last Updated: 3/6/2025
|
Latest Version: 2.2.0
PowerShell's built-in BackgroundJob jobs (Start-Job) are run in separate processes on the local machine. They provide excellent isolation but are resource heavy. Running hundreds of BackgroundJob jobs can quickly absorb system resources. This module extends the existing PowerShell BackgroundJob to include a new thread based ThreadJob job. ... More info |