
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2010 09:33 PM
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}"
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}"
Labels:
- Labels:
-
Archive
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2010 04:13 PM
If the programs themselves don't support connecting to remote comptuers, then you'll need something like psexec to accomplish what you are attempting.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2010 10:42 AM
As far as I see in the help this isn't possible for procmon.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2010 12:34 AM
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.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-10-2010 11:45 PM
1) What error do you receive?
2) Do these programs support working against remote computers?
2) Do these programs support working against remote computers?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-10-2010 10:16 PM
Does anyone know the answer to this?
