mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 04:02:09 +02:00

* pages*: use generic word for help * git: add newline to the end Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pages*: make help and version commands comply with the style guide * java: fix Java name --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
560 B
560 B
getmac
Display the MAC addresses of a system. More information: https://learn.microsoft.com/windows-server/administration/windows-commands/getmac.
- Display the MAC addresses for the current system:
getmac
- Display the details in a specific format:
getmac /fo {{table|list|csv}}
- Exclude the header in the output list:
getmac /nh
- Display the MAC addresses for a remote machine:
getmac /s {{hostname}} /u {{username}} /p {{password}}
- Display the MAC addresses with verbose information:
getmac /v
- Display help:
getmac /?