1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/windows/getmac.md
Owen Voke 2186c3b61c getmac: add page (#2603)
* getmac: add page

* getmac: update description for the page
2018-11-21 17:56:39 +05:30

27 lines
477 B
Markdown

# getmac
> Display the MAC addresses of a system.
- 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 detailed usage information:
`getmac /?`