When I use Select-Object NameCmdLet, a new object is created with a single property Name.
I often want to pass this selection to other CmdLets, but they often only accept a string.
How can I easily get a bunch of objects and say "Select only property x and only property values in an array or a set of only its values"?
source
share