Hi Everyone
I want to print routing table in windows and sort the metric value ascending
I tried something like
route print | Select-String -Pattern " IPv4 | Metric " -Context 1,50 | Sort-Object -Unique
the above is just example where I want to take IPv4 routing table and sort the Metric value ascending
Can anyone help me to figure out the correct syntax ?
Thanks

