1 line
92 B
PowerShell
1 line
92 B
PowerShell
$ipAddresses | where {$_.Address.AddressFamily -eq "InterNetworkV6" -and $_.Port -ne $null}
|