This article guides you through the process of setting up the InTrust Real-Time Monitoring feature 'Response Action' to use a command prompt to execute an action. This article assumes that there is already an InTrust Real-Time Rule set up and configured to respond to a specific event.
The Parameters provided above are configurable depending on the specific action that is trying to be done. The first part, /C, specifies the cmd.exe to run in the background. Using /K instead would result in the cmd.exe to run in the foreground. The command between the quotation marks would be eactly what you would run from the command prompt.
As another example, if you wanted to run a directory search of the C:\ drive, looking for anything ending in dmp (memory dump files), then the following command could be used in the Parameters field: /C "dir /s c:\*.*dmp > c:\output.txt"