Category Archives: powershell

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

2017 PowerShell Resolutions

I’m a little late this year in getting this blog posted. But I definitely wanted to get this out before the end of 2016. As with the last couple of years (2014, 2015), I wanted to look back on the … Continue reading

Posted in powershell | Tagged , , | 10 Comments

Tracking the State of PowerShell Runspaces in a Runspacepool

A question that I have received a number of times has always involved a way to determine the state of each runspace that is in a runspacepool. Since a runspacepool is used to throttle the number of runspaces that are … Continue reading

Posted in powershell | Tagged , , , | 3 Comments

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

Some Updates to Out-SquarifiedTreemap

It’s been close to a year since I published my Out-SquarifiedTreemap function (and blogged about it) after spending a number of weeks prior working on it to ensure that everything was accurate when used and also trying to figure out … Continue reading

Posted in powershell | Tagged , , , | 1 Comment