Systeminfo (command line) displays detailed configuration information about the 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
/s Computer
Specify the remote computer name or IP address (backslashes cannot be used). The default value is the local computer.
/u Domain\UserName
Run this command with the user account permissions specified by UserName or Domain\UserName. The default value is the permissions of the user currently logged on to the computer and issuing the command.
/p Password
Indicates the password for the user account specified in the /u parameter.
/fo:{TABLE|LIST|CSV}
Table: Display the output in table format.
List: Display output in list form.
Csv: Displays the output in "Comma Separated Values" format.
/nh
Suppress the column headers in the output results. Only valid when the /fo parameter is set to TABLE or CSV.
The above is the detailed content of Detailed explanation of systeminfo command. For more information, please follow other related articles on the PHP Chinese website!