PS c:\> Get-NetAdapter | where {$_.Name -eq "Ethernet 3"} | Format-List *
Ethernet 3 - is the name of the interface
Note:
This will need Powershell 3.0 or later
Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...
No comments:
Post a Comment