Sort data using a custom list in PowerShell

Sometimes you might come across a situation where you'd like to sort a collection based on a custom list (similar to the feature available in Excel), rather than doing a basic sort based on the alphanumeric order of the property values using the Sort-Object cmdlet: The above doesn't really do the trick, if one would … Continue reading Sort data using a custom list in PowerShell