ThreadJob

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

ThreadJob

Start-ThreadJob

Creates background jobs similar to the Start-Job cmdlet.