Systeminfo Archived: 2026-04-06 01:03:45 UTC 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. systeminfo[.exe] [/s Computer [/u Domain\User [/p Password]]] [/fo {TABLE|LIST|CSV}] [/nh] /s   Computer   : Specifies the name or IP address of a remote computer (do not use backslashes). The default is the local computer. /u   Domain \ User   : Runs the command with the account permissions of the user specified by User or Domain\User. The default is the permissions of the current logged on user on the computer issuing the command. /p   Password   : Specifies the password of the user account that is specified in the /u parameter. /fo { TABLE | LIST | CSV } : Specifies the format to use for the output. Valid values are TABLE, LIST, and CSV. The default format for output is LIST. /nh   : Suppresses column headers in the output. Valid when the /fo parameter is set to TABLE or CSV. /? : Displays help at the command prompt. The following examples show how you can use the systeminfo command: systeminfo.exe /s srvmain systeminfo.exe /s srvmain /u maindom\hiropln systeminfo /s srvmain /u maindom\hiropln /p p@ssW23 /fo table 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 https://technet.microsoft.com/en-us/library/bb491007.aspx Page 1 of 2 Format Meaning 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 Command-line reference A-Z Source: https://technet.microsoft.com/en-us/library/bb491007.aspx https://technet.microsoft.com/en-us/library/bb491007.aspx Page 2 of 2