May 31, 2016 A MAC (Media Access Control) address is a unique ID assigned to every internet-connected machine that allows it to be identified when connected to a specific network. To find the MAC address on your Windows computer: Click on the Start menu in the bottom-left corner of your computer.
Tip: You can get the MAC address on a remote computer:
- A MAC address is assigned by manufacturers and embedded into the device's network interface card - it's permanently tied to the device, which means that a MAC address cannot be changed.
- Finding a Computer's MAC Address on the Network Written by Mark Sanborn: Apr 14, 2008. Sometimes we need to know the MAC address of a specific computer for multiple reasons. For example, I needed to know the MAC address of one of my computers so I could tell the router to assign a specific IP address.
2 4 6 8 10 | Get-CimInstance-ClassNameWin32_NetworkAdapterConfiguration-Filter'IPEnabled='True'-ComputerNameclient01| Get-WmiObject-ClassNameWin32_NetworkAdapterConfiguration-Filter'IPEnabled='True'-ComputerNameclient01| getmac.exe/sclient01 |
A MAC (Media Access Control) address is a unique ID assigned to every internet-connected machine that allows it to be identified when connected to a specific network.
To find the MAC address on your Windows computer:
- Clickon the Start menu in the bottom-left corner of your computer.Select Run or type cmd into the search bar at the bottom of the Start menu to bring up the command prompt.
- Type ipconfig /all (note the space between the g and /).
- The MAC address is listed as series of 12 digits, listed as the Physical Address (00:1A:C2:7B:00:47, for example). Each network adapter (wireless, Ethernet, etc.) has a separate MAC address.
To find the MAC address on your Apple computer:
Find Mac Address For Computer On Network
- Choose System Preferences from the Apple menu.
- Select Network.
- Choose Airport for the wireless adapter MAC and click Advanced (the MAC address is listed as Airport ID).
- Choose Built-in Ethernet and click Advanced and Ethernet (listed as Ethernet ID) for the network cable adapter MAC.