When the PowerShell pipeline doesn’t line up

The PowerShell Pipeline One of the defining features of PowerShell is the object-oriented pipeline.  The ability to “wire-up” parameters to the pipeline and allow objects (or properties) to be automatically assigned to them allows us to write code that is often variable-free. By “variable-free”, I mean that instead of doing something like this: we can …

Continue reading ‘When the PowerShell pipeline doesn’t line up’ »