> Get-NetAdapter -InterfaceAlias "Vir*" Name InterfaceDescription ifIndex Status MacAddress LinkSpeed ---- -------------------- ------- ------ ---------- --------- VirtualBox Host-Only ...2 VirtualBox Host-Only Ethernet Adap...#2 7 Up 0A-00-27-00-00-07 1 Gbps > Get-NetIPAddress -InterfaceAlias "Vir*" -AddressFamily IPv6 IPAddress : fe80::6924:e5b0:7c18:8897%7 InterfaceIndex : 7 InterfaceAlias : VirtualBox Host-Only Network #2 AddressFamily : IPv6 Type : Unicast PrefixLength : 64 PrefixOrigin : WellKnown SuffixOrigin : Link AddressState : Preferred ValidLifetime : Infinite ([TimeSpan]::MaxValue) PreferredLifetime : Infinite ([TimeSpan]::MaxValue) SkipAsSource : False PolicyStore : ActiveStore > ping fe80::a00:27ff:fe2b:1968%7 # vbox guest Pinging fe80::a00:27ff:fe2b:1968%7 with 32 bytes of data: Request timed out. Reply from fe80::a00:27ff:fe2b:1968%7: time<1ms Reply from fe80::a00:27ff:fe2b:1968%7: time<1ms Reply from fe80::a00:27ff:fe2b:1968%7: time<1ms Ping statistics for fe80::a00:27ff:fe2b:1968%7: Packets: Sent = 4, Received = 3, Lost = 1 (25% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms > Get-NetNeighbor -InterfaceIndex 7 -AddressFamily IPv6 ifIndex IPAddress LinkLayerAddress State PolicyStore ------- --------- ---------------- ----- ----------- 7 ff02::1:ff2b:1968 33-33-FF-2B-19-68 Permanent ActiveStore 7 ff02::1:ff18:8897 33-33-FF-18-88-97 Permanent ActiveStore 7 ff02::1:2 33-33-00-01-00-02 Permanent ActiveStore 7 ff02::16 33-33-00-00-00-16 Permanent ActiveStore 7 ff02::2 33-33-00-00-00-02 Permanent ActiveStore 7 ff02::1 33-33-00-00-00-01 Permanent ActiveStore 7 fe80::a00:27ff:fe2b:1968 08-00-27-2B-19-68 Stale ActiveStore