>>396
>1 .. 3 | % { $_; sleep 1 } | Start-Job { process { ">$_" }} | Receive-Job -wait

1 .. 3 | % { $_; sleep 1 }
この部分を、Start-Job の中に入れたら?