Re: [ActiveDir] OT: Top running processes?

2005-09-07 Thread ASB
PSLIST TASKLIST http://www.ultratech-llc.com/KB/?File=Processes.TXT -ASB FAST, CHEAP, SECURE: Pick Any TWO http://www.ultratech-llc.com/KB/ On 9/7/05, Harding, Devon [EMAIL PROTECTED] wrote: Is there a tool or script that I can use to display the top running processes on a server?

Re: [ActiveDir] OT: Top running processes?

2005-09-07 Thread steve patrick
If the target is XP+ something like: wmic /output:data.htm path Win32_PerfFormattedData_PerfProc_Process GET PercentProcessorTime,NAME /FORMAT:htable.xsl start data.htm Might work for you - you can even target machines remotely with the /NODE switch. Leave off the /format param if you

RE: [ActiveDir] OT: Top running processes?

2005-09-07 Thread Harding, Devon
] OT: Top running processes? If the target is XP+ something like: wmic /output:data.htm path Win32_PerfFormattedData_PerfProc_Process GET PercentProcessorTime,NAME /FORMAT:htable.xsl start data.htm Might work for you - you can even target machines remotely with the /NODE