Thanks Kurt… managed to get it working using PSTools and this script:

set AppNam=SketchUp
set ClientsFN=Clients.txt
set LogFN=Results.txt
net view | find /i "\\">%ClientsFN%
for /f %%z in (%ClientsFN%) do call :doit %%z
goto :eof

:doit
echo %1>>%LogFN%
pslist %1 | find /i "%AppNam%">>%LogFN%

Best,
Dan

From: listsadmin@lists.myitforum.com [mailto:listsadmin@lists.myitforum.com] On 
Behalf Of Kurt Buff
Sent: Tuesday, April 26, 2016 3:31 PM
To: ntsysadm <ntsys...@lists.myitforum.com>
Subject: Re: [NTSysADM] ***SPAM*** Scan network for specific running process

See this:
https://technet.microsoft.com/en-us/library/hh849832.aspx
and if you run into problems with it, then this:
http://stackoverflow.com/questions/22357063/get-process-to-remote-computer-doesnt-work-but-invoke-command-does
Kurt

On Tue, Apr 26, 2016 at 11:09 AM, Daniel Carp 
<dc...@prellchil.com<mailto:dc...@prellchil.com>> wrote:
We own a fixed number of network licenses for an application (SketchUp) and 
routinely find all seats in use. Trimble does not offer any form of license 
monitoring system so I have no way to know who is using the program at any 
given time. Is there a way to run an on-demand scan of a network for all 
computers with a specific active process? Thanks in advance!

-Dan

Daniel M. Carp
IT & Office Manager, Associate
221 Hampshire Street; Cambridge, MA 02139
p: 617-547-8120<tel:617-547-8120>  f: 617-661-4986<tel:617-661-4986>
e: dc...@prellchil.com<mailto:dc...@prellchil.com>  w: 
www.prellwitzchilinski.com<http://www.prellwitzchilinski.com/>



NOTICE OF CONFIDENTIALITY
This E-mail message and its attachments (if any) are intended solely for the 
use of the addressees hereof.
In addition, this message and the attachments (if any) may contain information 
that is confidential, privileged
and exempt from disclosure under applicable law. If you are not the intended 
recipient of this message, you
are prohibited from reading, disclosing, reproducing, distributing, 
disseminating or otherwise using this
transmission. Delivery of this message to any person other than the intended 
recipient is not intended to
waive any right or privilege. If you have received this message in error, 
please promptly notify the sender by
reply e-mail and immediately delete this message from your system.

Please consider the environment before printing this e-mail.




Reply via email to