Link to home
Start Free TrialLog in
Avatar of mtn_lion
mtn_lionFlag for United States of America

asked on

How to run SigCheck.exe on Remote Computers?

I can't get sysinternals sigcheck.exe to work via psexec on remote computers.  The process clearly starts on the remote machine (if I connect with Remote Desktop, I can see the sigcheck process running), but my local console just hangs, blank, and won't terminate.
I've scoured the Web but can't figure out what I'm doing wrong.  I've tried it both by including sigcheck in the psexec command itself (either using the -c switch to copy it to the remote machine or by manually copying it first and then specifying its path in the psexec command) AND by just starting CMD on the remote machine via psexec and then running sigcheck from the [remote] command line.  Result is always the same no matter what.
Avatar of johnb6767
johnb6767
Flag of United States of America image

Whats your syntax for both the sigcheck, and psexec?
Avatar of mtn_lion

ASKER

psexec \\[computername] -c sigcheck -a %systemroot%\system32\netapi32.dll
OR
psexec \\[computername] cmd
then
sigcheck -a %systemroot%\system32\netapi32.dll
SOLUTION
Avatar of Don
Don
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
and per johnb's...
sigcheck.jpg