In the last lesson we started learning how to forge our own PowerShell tools. I started with a simple need, calculate the median and range for a set of numbers. Now that we know how to do it from the ...
In the last part of this series, we looked at defining a type for the output of our PowerShell tool. If you skipped that lesson, you should go back and read it first. I'll wait... Ok. Today we'll look ...