The next two options, ‘Ascending’ and ‘Descending’, decide the sort order. Ascending:The files with the lowest value of the sorting parameter are listed at the top. Descending:The files with the highest value of the sorting parameter are listed at the top. ...
While PowerShell does it’s best to present it as a readable string to us in the console, an enum is actually a data structure of its own. If you’re interested in reading more about them I wrote a post onclasses and enums in PowerShell. We can however combineAsHashTablewith another...