ThreadJob

此模組會擴充現有的PowerShell BackgroundJob,以包含以線程為基礎的新 ThreadJob 作業。 這是執行可在現有PowerShell作業基礎結構內運作之並行PowerShell腳本的較輕量型解決方案。

ThreadJob

Start-ThreadJob

Creates background jobs similar to the Start-Job cmdlet.