![]() |
|||
![]() |
|||
![]() ![]() ![]() |
IntroductionPsInfo is a command-line tool that gathers key information about the local or remote Windows NT/2000 system, including the type of installation, kernel build, registered organization and owner, number of processors and their type, amount of physical memory, the install date of the system, and if its a trial version, the expiration date.InstallationJust copy PsInfo onto your executable path, and type "psinfo".PsInfo works on NT 4.0 and higher. UsageBy default PsInfo shows information for the local system. Specify a remote computer name to obtain information from the remote system. Since 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). usage: psinfo [-h] [-s] [-d] [-c [-t delimiter]] [\\computer[,computer[,...] [-u username [-p password]]] -h Show list of installed hotfixes. -s Show list of installed applications. -d Show disk volume information. -c Print in CSV format. -t The default delimiter for the -s option is a comma, but can be overriden with the specified character. -u Specifies optional user name for login to remote computer. -p Specifies password for user name. \\computer Instead of showing process information for the local system, PsInfo will show information for the system or system's specified. If you enter a name of \\* then PsInfo shows information for all the computers in the current domain. Example Output
How it WorksPsInfo uses the Remote Registry API to read system information from a system's Registry, and WMI to determine whether Windows XP installations have been activated.PsToolsPsInfo is part of a growing kit of Sysinternals command-line tools that aid in the adminstration of local and remote Windows NT/2K systems named PsTools.Download PsInfo (25KB) Download PsTools |
||