I’m quite new to powershell and am intrigued by the possibilities. As I’m
learning the new syntax I have been unable to determine how to print out an
arbitrary property of an object. For example, I’m exploring the get-process
command(let). I know that by doing a “get-process|get-member –type all”
this will print out all the possible methods and properties available with an
object. Now, for example, I would like to drill into the “ProcessorAffinity”
of an object. How would I go about displaying this (or any other) property
or property set?
Thanks in advance!
JJ



