Get-NetIPInterface | where {$_.AddressFamily -eq "IPv4"} | Select InterfaceAlias, InterfaceMetric, ConnectionState| sort-object -property InterfaceAlias