Thursday, January 14, 2010

How to get the CPU utilization of remote machine from command prompt

This command is very useful if you don't want waste time on logging and checking just for CPU Utilization.Run the below command from your local machine and replace host name with your remote server name in below command.

C:\typeperf "\\Hostname\processor(_Total)\% Processor Time"

How to get Remote Server Serial Number

just you need to remember one command is as follow and that you need to run from your command line...

C:\wmic /node:servername bios get serialnumber