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