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}"