I am new to power shell and need to understand the command
Get-Process | Sort -property Workingset –descending
The above command means get all the processes with the property name of Workingset and sort in descending order.
I want to know can I use the "Show" instead of Sort if not then why ? and Instead of descending "ascending"
http://www.arabitpro.com