Tag Archives: runspaces

Yet Another Way to Get Output from a Runspace, Reflection Edition

While working on some possible feature updates to my module, PoshRSJob, I have been looking at ways to get the output from a runspace without relying on the usual approach of using EndInvoke() while supplying a PowerShellAsyncResult object to pull … Continue reading

Posted in powershell | Tagged , , | Leave a comment

Latest Updates to PoshRSJob v1.5.7.1

The past few weeks have been about updating some of my modules such as PoshWSUS and now PoshRSJob. With PoshRSJob, I spent a lot of the time focused on improving the PowerShell V2 support by fixing some bugs that had … Continue reading

Posted in powershell | Tagged , , | 7 Comments

Video and Materials Available From my Talk on PowerShell Runspaces With Mississippi PowerShell User Group

The video from my presentation to the Mississippi PowerShell User Group is now live on YouTube for your viewing pleasure. https://www.youtube.com/watch?v=qyTm-bQrkLY The slides and demo code that I used for this presentation is also available at the link below. https://onedrive.live.com/redir?resid=607A450CAC265331%213960Continue reading

Posted in powershell | Tagged , , , | 2 Comments

Sharing Variables and Live Objects Between PowerShell Runspaces

I’ve had requests for a while to talk about sharing data between runspaces and I was also asked about this during my recent interview on the Powerscripting Podcast last week. I admit that I have had this article in a … Continue reading

Posted in powershell | Tagged , , , | 13 Comments