Tag Archives: PoshRSJob

Dealing with Runspacepool Variable Scope Creep in PowerShell

Something that I had noticed a while back that I would receive some output values in my objects that shouldn’t have been there. Properties that should have been Null had values in them, and not just random values, but values … Continue reading

Posted in powershell | Tagged , , , | 6 Comments

New Updates in PoshRSJob 1.7.3.5

I recently pushed out some new updates and bug fixes to my PoshRSJob module. I am continuing to provide updates to this module based not only on the feedback on the GitHub Issues page, but also on things that I … Continue reading

Posted in powershell | Tagged , | 1 Comment

What’s New in PoshRSJob

I’ve been hard at work on PoshRSJob to address some some bugs as well as adding some new features that have been reported in the Issues page on the GitHub site for the module. Some of the feature requests on … Continue reading

Posted in powershell | Tagged , , , , | 2 Comments

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

Supporting Synchronized Collections in PoshRSJob

I had a question where someone asked if PoshRSJob had support for synchronized variables (or collections) much like I have shown in the past using runspaces. This happened to be something that I touted as an advantage over the use … Continue reading

Posted in powershell | Tagged , , , | Leave a comment