PsInfo – Windows CMD Command
Notice: A non well formed numeric value encountered in /home/future4tech/public_html/wp-content/plugins/crayon-syntax-highlighter/crayon_formatter.class.php on line 118
Notice: A non well formed numeric value encountered in /home/future4tech/public_html/wp-content/plugins/crayon-syntax-highlighter/crayon_formatter.class.php on line 119
Notice: A non well formed numeric value encountered in /home/future4tech/public_html/wp-content/plugins/crayon-syntax-highlighter/crayon_formatter.class.php on line 118
Notice: A non well formed numeric value encountered in /home/future4tech/public_html/wp-content/plugins/crayon-syntax-highlighter/crayon_formatter.class.php on line 119
List information about a system including the type of installation, kernel build, registered organization, owner, processor details, physical memory, and the system install date.
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 |
Syntax psinfo [\\computer[,computer[,..]] [options] [filter] psinfo @file [options] [filter] Options: computer The computer(s) on which psinfo will list information. Default=local system @file List info for every computer listed in the text file specified. -c Print in CSV format. -c -t d Print in CSV format, separate items with delimiter d. -h Show list of installed hotfixes. -s Show list of installed applications. -d Show disk volume information: drive letter, format, capacity. -p psswd Specify a password for user (optional). Passed as clear text. If omitted, you will be prompted to enter a hidden password. -u user Specify a user name for login to remote computer(optional). filter Psinfo will only show data for the field matching the filter. e.g. "psinfo service" lists only the service pack field. -accepteula Suppress the display of the license dialog. |
PsInfo relies on remote Registry access to obtain its data, the remote system must be running the Remote Registry service, and the account from which you run PsInfo must have access to the HKLM\System portion of the remote Registry.
In order to aid in automated Service Pack updates, PsInfo returns as a value the Service Pack number of system (e.g. 0 for no service pack, 1 for SP 1, etc).
When launched for the first time, PsInfo will create the regkey
HKCU\Software\Sysinternals\PsInfo\EulaAccepted=0x01
1 2 3 4 5 6 7 |
Examples: List disc information about \\workstationf4t: psinfo \\workstationf4t -d psinfo -d | find "%" |