Before getting into this, I’d like to discuss the pipeline a bit. In the pipeline you have to ways of passing objects, by value (typename) or by property name (which is powershell’s second try) For example, let’s see what kind of objects get-process creates by piping get-member to it (I use the alias GM) …
Continue reading “Powershell – Manipulating objects to pass them along the pipeline”