Subscribe
Notify of
guest

10 Comments
Oldest
Newest
Inline Feedbacks
View all comments
Juanito

What am I doing wrong? The command “get-NetAdapter” in Windows PowerShell does not work in Win7 Pro. The command “getmac” does work.

Chiadi

In Windows 8.1, one can also go through:
PC Settings –> Network –>> Click on any enabled network connection; the details, including Physical Address will show up and can easily be copied.
Thanks for your post.
Chiadi L MBIBI

Sweety

Is there any way to get the MAC address of the disabled adapter?
Can registry be used to find disabled adapter address?

Ciprian Adrian Rusen

Read our tutorial carefully and you will find a method that works for your specific scenario.

Ciprian Adrian Rusen

Read our tutorial carefully and you will find a method that works for your specific scenario.

Mordasinski

arp -a

b

Very Helpful! Thank you

Moataz

Thanks, great compilation.

But what about the compatibility ?, people want “one way work for all”
“Get-NetAdapter” doesn’t even work for Win7 SP1.

I think (work for XP and above):
ipconfig /all | findstr “adapter Phy”
is the better.
or if you look for “Wi-Fi”:
ipconfig /all | findstr /i “fi: phy”

STEVEN

Setting-Wifi-hardware properties.

Gert-Jan

wmic nic get MACAddress,Name,NetEnabled