Difference between revisions of "User:Rewood/os"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | + | There is a "getmac" command It displays the MAC address for a machine, or even *other* machines. The "systeminfo" command is also pretty interesting. | |
− | + | Example: | |
− | + | ||
+ | getmac /v => displays the MAC address for each interface along with the interface name | ||
+ | |||
+ | getmac /s [computer name] /v => (such as "getmac /s RAVEN /v") will do the same, but give you the MAC address for the named computer. You can substitute and IP address for the name of the computer. | ||
+ | |||
+ | |||
+ | "systeminfo" will display the info for a system, and pretty much uses the same flags as getmac. | ||
+ | |||
+ | systeminfo /S [machine name] /U [domain\user] /P [password] | ||
+ | |||
+ | Used in the manner of => systeminfo /S avroarrow.ecew2k.ncsu.edu /U ecew2k\cgfletch.admin /P PASSWORD |
Latest revision as of 09:58, 1 March 2006
There is a "getmac" command It displays the MAC address for a machine, or even *other* machines. The "systeminfo" command is also pretty interesting.
Example:
getmac /v => displays the MAC address for each interface along with the interface name
getmac /s [computer name] /v => (such as "getmac /s RAVEN /v") will do the same, but give you the MAC address for the named computer. You can substitute and IP address for the name of the computer.
"systeminfo" will display the info for a system, and pretty much uses the same flags as getmac.
systeminfo /S [machine name] /U [domain\user] /P [password]
Used in the manner of => systeminfo /S avroarrow.ecew2k.ncsu.edu /U ecew2k\cgfletch.admin /P PASSWORD