List Network IP Address

Command line tool to collect Network IP Address / NIC IP Address, This command line tool will provide you the list of Network IP Address, Subnet mask, Gateway, DNS & WINS details of each network card of localhost and for remote host in the same network domain. For remote computer use /RS command line switch with (Remote computer name / IP address). There is another switch available to display data as a popup window.
For help use Listnetworkip

How to use: Download exe and extract it to folder. Open command prompt and run the command from the extracted folder.

Command: ListNetworkIP

Switch Available:

/RS: Remote Host IP (x.x.x.x) or Remote Host Name
/O: File will be saved in text format
/OC: File will be saved in CSV Format
/P display as popup window /RS: Remote Host IP

C:\>ListNetworkIP /oc:c:\temp\abc.csv

This command will create CSV file having IP information i.e Network IP Address, Mac Address, Subnet Mask, Gateway, DNS of each network card configured in local host.

ListNetworkIP (230.4 KiB)

List Windows Process

For GUI Tool click here

Windows processor usage command line tool, this tool doesn’t require any installation it will provide you a list of processor usage by each windows process of local host and for remote host of same domain network, for remote machine there is a command line switch need to use /RS: (Remote System Name / IP Address). There are other command line switches available to filter data as desired by you.

Windows Process
Processor Usage

How to use: Download compressed file and extract it to folder, Run executable file and give destination path to save a command. Open command prompt go to destination path  and run the command.

Command: Listprocess /rs:(IP Address / Name)

Switch Available:

/RS: Remote Host IP (X. X. X. X) or Remote Host Name
/O: File will be saved in text format
/OC: File will be saved in CSV Format
/N: Process Name can be filtered
Suppose you want to list running process contain word “task” in the name then below command will show only those process containing word “task” in the name i.e (taskhost.exe, taskmgr.exe etc…)

C:\>ListProcess /N: task
Output of command contains fields (Date/Time, System Name, Process Name, and Processor Time)

ListProcess (224.8 KiB)

Display Installed Hotfixes

A command to Display Installed Hotfixes.

A Command which can display installed Hotfixes of local and remote server, This command runs locally using WMI scripts to gather data of your local or remote system and give the output either on your screen or save the output file depending on the switches you will use with the command.

You may use GUI based tool from here

Syntax
Listhotfixes

This command is useful in a scenario when you require to gather data on weekly or monthly basis to create a patching report of your network, this command works as non interactive mode means you can use this command with a windows schedule tasks to run according to the schedule.

Options

/RS: Remote Host IP (x.x.x.x) or Remote Host Name
/H: Filter data by hotfix id.
/B: Filter Data Installed by.
/O: File will be saved in text format
/OC: File will be saved in CSV Format

Best part of the command is to filter data which is required by you, suppose you want to search a patch KBxxxxx in you network weather this patch is installed or not and want to save output to the file than you can run this command
listhotfixes /h: HotfixID

How to use: Download compressed file and extract it to folder, Run executable file and give destination path to save a command. Open command prompt and go to the path where you have saved this command.

Display Installed HotFixes
Display Installed Hotfixes

output of command contains various fields (System Name, Description, Hot Fix ID, Install Date, Installed by)

Example

This command will display installed hotfixes of the local system.
listhotfixes

This command will display installed hotfixes of the remote system.
listhotfixes /rh: Remote_System_IP

This command will filter output and display hotfixes whose hotfix id contain “981” which might be
“KB981xxx”,”KBxxx981″, “KBx981xx”
listhotfixes /h: 981

This command will filter data Hotfix Installed by user
listhotfixes /b:user

ListHotfix (222.6 KiB)