cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
mtaggart
Engaged Sweeper
Has anyone been successful in getting Procmon & Regclean to run on the remote computer using it through Computer Actions? I thought I had it working, but realized it was only checking my computer everytime I ran them. 🙂

Here are the statments i'm using to run the apps:

cmd.exe /C "\\<server_name>lansweeper$\procmon.exe /AcceptEula /NoFilter"

- when I use the \\{computer} variable, I receive an error. Once I remove it again, it kicks off like it should (but only checking my computer not the remote machine).

cmd.exe /C "\\<server_name>\lansweeper$\regclean.exe \\{computer}"
5 REPLIES 5
taeratrin
Champion Sweeper
If the programs themselves don't support connecting to remote comptuers, then you'll need something like psexec to accomplish what you are attempting.
Hemoco
Lansweeper Alumni
As far as I see in the help this isn't possible for procmon.
mtaggart
Engaged Sweeper
I don't receive any errors, the app only seems to run against my local machine vs. the remote machine. As for the 2nd question, I am unsure.
taeratrin
Champion Sweeper
1) What error do you receive?

2) Do these programs support working against remote computers?
mtaggart
Engaged Sweeper
Does anyone know the answer to this?