Start-Job 将一个脚本块发送到一个新的PowerShell 进程,这样它可以独立并行运行。 ... wait for all to complete $null = Wait-Job -Job $J1, $j3
確定! 回上一頁