CdaDetailedExecution
Represents detailed command execution details, if advanced monitoring is enabled. The following properties are defined for this object.
Property | Type | Description |
User |
String |
The user name associated with the event |
Machine |
String |
The computer name associated with the event |
Time |
DateTime |
The date and time when the command was executed |
EnteredCommand |
String |
The name of the entered command |
ExecutedCommand |
String |
The name of the executed command |
CommandArguments |
String |
The command arguments |
RunAsUser |
String |
The run as user name |
AccessStatus |
String |
The access status: Succeeded or Failed |
AccessStatusDetails |
String |
The detailed message about the status |
CurrentDirectory |
String |
The current directory of the command execution |
ProcessId |
String |
The process ID of the command execution |
ParentProcessId |
String |
The process ID of the parent process of the command execution |