Hi,
Try writing to the output stream using Write-Output in your job.
Start-Job -Name job99 -ScriptBlock{
Write-Output "output stream"
}
Best Regards,
Ian Xue
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.