Title: Display Processor Info
Easy way to do this is with the "srvinfo" command from the resource kit. I know you said you didn't want to use the reskit, but give this a try..
 
 
C:\>srvinfo -ns |find "CPU"

CPU[0]: x86 Family 6 Model 8 Stepping 6: 696 MHz
 
You can also specify a remote server name too by using the following command:
 
C:\>srvinfo -ns \\%servername% |find "CPU"
 
 

 -----Original Message-----
From: Barber, John P (O&M) [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 06, 2001 4:39 PM
To: NT System Admin Issues
Subject: Display Processor Info


Was just wondering if any of you out there have run into a decent and simple command-line utility that displays the current machine's processor speed (and works with most of todays processors) - and displays text output (not graphs)?  I'd like something like that so I could use it in a little script.. most of what I've seen so far is remote utilities (like what comes with the ResKits) - and those are great, but not exactly what I need.  Anyone seen anything simple like this?

John

http://www.sunbelt-software.com/ntsysadmin_list_charter.htm
http://www.sunbelt-software.com/ntsysadmin_list_charter.htm

Reply via email to