to sort the objects in reverse order by ProcessName
PS> get-process | sort-object -Property Name -descending
The way Sort-Object cmdlet works:
0a <-- Zero first then letter 'a'
0A
A0
a0
F
f
Ff
fF
Sunday, January 18, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment