Windows mac address retrieval command

Source: Internet
Author: User

Windows mac address retrieval command
1. Briefly introduce the MAC address. The MAC address is the physical address of the network card, and the size is 48 bits (6 bytes, 8 bits = 1 byte). Generally, the displayed format is 12 bits in hexadecimal format. (1-bit hexadecimal number equals to 4-bit binary number) 2. in the simplest way, enter getmac in the command line and the MAC address of the NIC will be displayed. Including virtual mac3. you can also enter the ipconfig/all command to view the MAC address. This command also contains a wealth of network configuration information, such as IP address, gateway, DNS address, and etc. In addition, we can use the nbtstat command to obtain the MAC address. Enter the nbtstat-a local IP address at the command prompt to obtain the MAC address. See. 5. Of course, we can also use the wmic command to obtain the MAC address. Enter the wmic nic where netconnectionid in the command prompt! = NULL get macaddress. You can also obtain the MAC address. WMIC is a collection of advanced Windows commands. The installation of WMIC is required for the first time. There are two types of operations: Interactive and non-interactive.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.