Windows PowerShell Specification

In the second case, Get-ChildItem creates a collection of names of the files in the directory specified, using the argument e:\*.txt. That collection is written to the command Sort-Object, which, by default, sorts them in ascending order, sensitive to case (by virtue of the CaseSensitive argument). ................
................