Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the hueman domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/future4tech/public_html/wp-includes/functions.php on line 6114
PsInfo – Windows CMD Command - Future4Tech

PsInfo – Windows CMD Command

List information about a system including the type of installation, kernel build, registered organization, owner, processor details, physical memory, and the system install date.

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

Examples:

List disc information about \\workstationf4t:

psinfo \\workstationf4t -d

psinfo -d | find "%"

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *


Notice: ob_end_flush(): Failed to send buffer of zlib output compression (0) in /home/future4tech/public_html/wp-includes/functions.php on line 5464