From 2186c3b61cc5613c352f30a43eaa6c778e773e12 Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Wed, 21 Nov 2018 12:26:39 +0000 Subject: [PATCH] getmac: add page (#2603) * getmac: add page * getmac: update description for the page --- pages/windows/getmac.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 pages/windows/getmac.md diff --git a/pages/windows/getmac.md b/pages/windows/getmac.md new file mode 100644 index 0000000000..36df01f73c --- /dev/null +++ b/pages/windows/getmac.md @@ -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 /?`