How can I find the network card mac address in Windows (7)?
|
feedback
|
|
I think it applies to any windows.
You will see all required info. | ||||
|
feedback
|
|
why not just try:
KISS Principal at play! | |||||
feedback
|
|
We use the MAC address in combination with Wake On Lan methods to power on machines remotely for updates etc etc. Because no one thought to get MAC addresses before rolling out machines and we have no auto asset DB it was going to be a bit of a slow process to gather all the MAC addresses. So I wrote this simple line that goes in the login script
This will enter the mac address of the current logging in machine to a file in a shared area with the filename set as the computer name. Obviously you can use this how you want but is a nice method of collecting data. | |||
|
feedback
|
|
Click start, Click 'RUN' In the box that appears type CMD and click 'OK' In the black window that appears on screen type
Hit return Information about all of your network adapters will be returned. The MAC address is listes as 'Physical Address' Type
and hit return to end the session | |||
|
feedback
|
|
If you prefer a GUI method,
The MAC address is listed as the Physical Address in this window. | |||
|
feedback
|