mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 08:22:08 +02:00
getmac: add page (#2603)
* getmac: add page * getmac: update description for the page
This commit is contained in:
parent
066a4ef5c4
commit
2186c3b61c
1 changed files with 27 additions and 0 deletions
27
pages/windows/getmac.md
Normal file
27
pages/windows/getmac.md
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# 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 /?`
|
Loading…
Add table
Reference in a new issue