PowerShell Tip from the Head Coach of the 2014 Winter Scripting Games: Design for Performance and Efficiency!

Scripting Games

There are several concepts that come to mind when discussing the topic of designing your PowerShell commands for performance and efficiency, but in my opinion one of the items at the top of the list is "Filtering Left" which is what I'll be covering in this blog article.
First, let's start out by taking a look at an example of a simple one-liner command that's poorly written from a performance and efficiency standpoint:
Click here to be redirected to the original post of this article on the author’s blog site where you can read the remainder of the article.
µ

Comments are closed.