Hi @oggy ,
You could try using the PowerShell equivalent for the route command instead, Get-NetRoute.
Here's an example:
Get-NetRoute | Sort-Object -Property InterfaceMetric
Example:
----------
(If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)
Best regards,
Leon