How do you try the results with the Receive-Job ?
Do you do something like this
foreach($job in Get-Job){
Receive-Job -Job $job -OutVariable result# Work with the returned results in the variable $result
}
How do you try the results with the Receive-Job ?
Do you do something like this
foreach($job in Get-Job){
Receive-Job -Job $job -OutVariable result# Work with the returned results in the variable $result
}