Computer and Software Support


System info

This page is from Microsoft

Updated: January 21, 2005

Displays detailed configuration information about a computer and its operating system, including operating system configuration, security information, product ID, and hardware properties, such as RAM, disk space, and network cards.
 
 
Syntax
Systeminfo [/s Computer [/u Domain\UserName [/p Password]]] [/fo {TABLE | LIST | CSV}] [/nh]
Parameters
/sComputer
Specifies the name or IP address of a remote computer (do not use backslashes). The default is the local computer.
/uDomain\UserName
Runs the command with the account permissions of the user specified by UserName or Domain\UserName. The default is the permissions of the current logged on user on the computer issuing the command.
/pPassword
Specifies the password of the user account that is specified in the /u parameter.
/foFormat
Specify the output format with one of the following values: ValueDescriptionTableDisplays output in a table.ListDisplays output in a list.CsvDisplays output in Comma Separated Values format.
/nh
Suppresses column headers in the output. Valid when the /fo parameter is set to TABLE or CSV.
/?
Displays help at the command prompt.
Remarks
  • Using the /s, /u, and /p command-line options The /u and /p command-line options are available only when you use /s. You must use /p with /u to provide the user's password.
Examples
To view configuration information for a computer named Srvmain, type:

systeminfo /s srvmain 

To remotely view configuration information for a computer named Srvmain2 located on the Maindom domain, type:

systeminfo /s srvmain2 /u maindom\hiropln 

To remotely view configuration information (in list format) for a computer named Srvmain2 located on the Maindom domain, type:

systeminfo /s srvmain2 /u maindom\hiropln  /p p@ssW23 /fo list 

Formatting legend

Format Meaning
Italic Information that the user must supply
Bold Elements that the user must type exactly as shown
Ellipsis (...) Parameter that can be repeated several times in a command line
Between brackets ([]) Optional items
Between braces ({}); choices separated by pipe (|). Example: {even|odd} Set of choices from which the user must choose only one
Courier font Code or program output