[windows2000] Re: Scan all PCs for process

  • From: "Sullivan, Glenn" <GSullivan@xxxxxxxxxxxxxx>
  • To: "'windows2000@xxxxxxxxxxxxx'" <windows2000@xxxxxxxxxxxxx>
  • Date: Mon, 12 May 2003 09:33:45 -0400

First, download PSList.exe from www.sysinternals.com.

Run it on a machine running that particular process, and look at the process
name.

Replace "IEXPLORE" with the desired process name in this command:

for /f "skip=3 tokens=1" %i in ('net view') do pslist %i|find "IEXPLORE"

Hope this helps,

Glenn Sullivan, MCSE+I  MCDBA
David Clark Company Inc.


-----Original Message-----
From: Jason Benway [mailto:benwayj@xxxxxxxx]
Sent: Monday, May 12, 2003 9:22 AM
To: 'windows2000@xxxxxxxxxxxxx'
Subject: [windows2000] Scan all PCs for process



We need to scan all of our PC to see if a certain process is running.

Ideas?

Thanks!!!!

--------------------------
Jason Benway
benwayj@xxxxxxxx
1250 S.Beechtree
Grand Haven, MI 49417

==================================
To Unsubscribe, set digest or vacation
mode or view archives use the below link.

http://thethin.net/win2000list.cfm

==================================
To Unsubscribe, set digest or vacation
mode or view archives use the below link.

http://thethin.net/win2000list.cfm

Other related posts: