ThreadJob

このモジュールは、既存の PowerShell BackgroundJob を拡張して、ThreadJob ジョブ 基づく新しいスレッドを含めます。 これは、既存の PowerShell ジョブ インフラストラクチャ内で動作する同時実行 PowerShell スクリプトを実行するための軽量ソリューションです。

ThreadJob

Start-ThreadJob

Creates background jobs similar to the Start-Job cmdlet.