Get MAC Address Information
The getmac command displays the MAC (Media Access Control) addresses of all network adapters on your computer. Think of a MAC address as your network card's fingerprint - it's unique to your hardware.
Every network adapter (Wi-Fi, Ethernet, etc.) has a unique MAC address burned into it at the factory. This command shows you those addresses, which is useful for network configuration, troubleshooting, and security settings like MAC filtering on routers.
Advertisement
[ Insert Google AdSense Banner Code Here ]
Find the unique physical address (MAC) of your network adapters.
Register MAC address for MAC filtering on your router.
Some software uses MAC addresses for licensing purposes.
View MAC addresses for all network interfaces (Wi-Fi, Ethernet, VPN).
getmac Display MAC addresses of all network adapters.
getmac /v Verbose mode - show detailed information including adapter names.
getmac /fo table Display output in a clean table format.
getmac /fo list Display output in a list format (easier to read).
getmac /s ComputerName Get MAC addresses from a remote computer on your network.
Practice using the getmac command in the terminal below: