ThreadJob

此模块扩展了现有的 PowerShell BackgroundJob,以包括新的基于线程的 ThreadJob 作业。 这是一个轻量级的解决方案,用于运行在现有 PowerShell 作业基础结构中使用的并发 PowerShell 脚本。

ThreadJob

Start-ThreadJob

Creates background jobs similar to the Start-Job cmdlet.