From: Forgotten Command: systeminfo | Techish.net.
Time after time, I am asked something about a computer – How much memory does it have? What Windows updates are installed? What type of network connectivity does it have… And time after time, I send a response telling whoever is asking me to use a simple (but widely forgotten) command:
1 2 |
systeminfo |
What does systeminfo command give you?
Description:
This tool displays operating system configuration information for
a local or remote machine, including service pack levels.
It’s a very handy tool for some quick information on a computer!
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
COMMAND Prompt:> systeminfo /? SYSTEMINFO [/S system [/U username [/P [password]]]] [/FO format] [/NH] Description: This tool displays operating system configuration information for a local or remote machine, including service pack levels. Parameter List: /S system Specifies the remote system to connect to. /U [domain\]user Specifies the user context under which the command should execute. /P [password] Specifies the password for the given user context. Prompts for input if omitted. /FO format Specifies the format in which the output is to be displayed. Valid values: "TABLE", "LIST", "CSV". /NH Specifies that the "Column Header" should not be displayed in the output. Valid only for "TABLE" and "CSV" formats. /? Displays this help message. Examples: SYSTEMINFO SYSTEMINFO /? SYSTEMINFO /S system SYSTEMINFO /S system /U user SYSTEMINFO /S system /U domain\user /P password /FO TABLE SYSTEMINFO /S system /FO LIST SYSTEMINFO /S system /FO CSV /NH |
749 total views, no views today