Finding MAC address of Hyper V network interfaces
Using Hyper-V here @ new place!
To find the mac address of the interfaces you cannot use ipconfig /all (the interfaces are grabbed by Hyper-V and hidden) and systeminfo doesnt seem to list them either. However you can use a simple DOS command, getmac
c:\>getmac /fo list /v
Bingo.
To find the mac address of the interfaces you cannot use ipconfig /all (the interfaces are grabbed by Hyper-V and hidden) and systeminfo doesnt seem to list them either. However you can use a simple DOS command, getmac
c:\>getmac /fo list /v
Bingo.
Comments
Post a Comment