ThreadJob

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

ThreadJob

Start-ThreadJob

Creates background jobs similar to the Start-Job cmdlet.