
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2011 07:44 PM
This will a launch a Full Forefront Antivirus Scan on a Remote PC. This custom action requires Sysinternals Psexec to function, which can be downloaded here PSExec
The custom action is:
cmd.exe /K {actionpath}Psexec \\{computer} "c:\Program Files\Microsoft Forefront\Client Security\Client\Antimalware\mpcmdrun.exe" -Scan -scantype 2
Hope this proves useful for someone!
The custom action is:
cmd.exe /K {actionpath}Psexec \\{computer} "c:\Program Files\Microsoft Forefront\Client Security\Client\Antimalware\mpcmdrun.exe" -Scan -scantype 2
Hope this proves useful for someone!
Labels:
- Labels:
-
Custom Actions
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2011 09:05 PM
Thanks for posting that!!
I added the -d -s flags to psexec to streamline it some.
example
cmd.exe /K {actionpath}Psexec \\{computer} -d -s "c:\Program Files\Microsoft Forefront\Client Security\Client\Antimalware\mpcmdrun.exe" -Scan -scantype 2
Working like a charm!!!
I added the -d -s flags to psexec to streamline it some.
example
cmd.exe /K {actionpath}Psexec \\{computer} -d -s "c:\Program Files\Microsoft Forefront\Client Security\Client\Antimalware\mpcmdrun.exe" -Scan -scantype 2
Working like a charm!!!

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2011 11:32 PM
thanks.
