Summary: Use Windows PowerShell to display networking routing information.
How can I use Windows PowerShell to display information about network connectivity issues related to
the routing table on my server and permit me to sort the output?
Use the Get-NetRoute Windows PowerShell function, and sort by interface index, nexthop, or other properties,
for example:
Get-NetRoute | sort ifindex