When I use the Select-Object Name CmdLet it seems to create a new object with a single Name property on it.
I often want to pipe this selection to other CmdLets but they often take just a string.
How can I easily get a bunch of objects and say "Select only property x and just the property values into an array or collection of just its values"?