Merge pull request #30 from JanKeller1/secaudit

Working on images
This commit is contained in:
Brian Lich 2016-06-01 13:33:49 -07:00
commit f2d04c5a3e
7 changed files with 5 additions and 5 deletions

View File

@ -92,7 +92,7 @@ This event generates every time a new scheduled task is created.
- **Task Name** \[Type = UnicodeString\]**:** new scheduled task name. The format of this value is “\\task\_path\\task\_name”, where task\_path is a path in Microsoft **Task Scheduler** tree starting from “**Task Scheduler Library**” node:
<img src="images/computer-management.png" alt="Task Scheduler Library illustration" width="1038" height="456" />
<img src="images/computer-management.png" alt="Task Scheduler Library illustration" width="840" height="176" />
- **Task Content** \[Type = UnicodeString\]: the [XML](https://msdn.microsoft.com/en-us/library/aa286548.aspx) content of the new task. For more information about the XML format for scheduled tasks, see “[XML Task Definition Format](https://msdn.microsoft.com/en-us/library/cc248308.aspx).”

View File

@ -92,7 +92,7 @@ This event generates every time a scheduled task was deleted.
- **Task Name** \[Type = UnicodeString\]**:** deleted scheduled task name. The format of this value is “\\task\_path\\task\_name”, where task\_path is a path in Microsoft **Task Scheduler** tree starting from “**Task Scheduler Library**” node:
<img src="images/computer-management.png" alt="Task Scheduler Library illustration" width="1038" height="456" />
<img src="images/computer-management.png" alt="Task Scheduler Library illustration" width="840" height="176" />
- **Task Content** \[Type = UnicodeString\]: the [XML](https://msdn.microsoft.com/en-us/library/aa286548.aspx) of the deleted task. Here “[XML Task Definition Format](https://msdn.microsoft.com/en-us/library/cc248308.aspx)” you can read more about the XML format for scheduled tasks.

View File

@ -92,7 +92,7 @@ This event generates every time a scheduled task is enabled.
- **Task Name** \[Type = UnicodeString\]**:** enabled scheduled task name. The format of this value is “\\task\_path\\task\_name”, where task\_path is a path in Microsoft **Task Scheduler** tree starting from “**Task Scheduler Library**” node:
<img src="images/computer-management.png" alt="Task Scheduler Library illustration" width="1038" height="456" />
<img src="images/computer-management.png" alt="Task Scheduler Library illustration" width="840" height="176" />
- **Task Content** \[Type = UnicodeString\]: the [XML](https://msdn.microsoft.com/en-us/library/aa286548.aspx) of the enabled task. Here “[XML Task Definition Format](https://msdn.microsoft.com/en-us/library/cc248308.aspx)” you can read more about the XML format for scheduled tasks.

View File

@ -92,7 +92,7 @@ This event generates every time a scheduled task is disabled.
- **Task Name** \[Type = UnicodeString\]**:** disabled scheduled task name. The format of this value is “\\task\_path\\task\_name”, where task\_path is a path in Microsoft **Task Scheduler** tree starting from “**Task Scheduler Library**” node:
<img src="images/computer-management.png" alt="Task Scheduler Library illustration" width="1038" height="456" />
<img src="images/computer-management.png" alt="Task Scheduler Library illustration" width="840" height="176" />
- **Task Content** \[Type = UnicodeString\]: the [XML](https://msdn.microsoft.com/en-us/library/aa286548.aspx) of the disabled task. Here “[XML Task Definition Format](https://msdn.microsoft.com/en-us/library/cc248308.aspx)” you can read more about the XML format for scheduled tasks.

View File

@ -92,7 +92,7 @@ This event generates every time scheduled task was updated/changed.
- **Task Name** \[Type = UnicodeString\]**:** updated/changed scheduled task name. The format of this value is “\\task\_path\\task\_name”, where task\_path is a path in Microsoft **Task Scheduler** tree starting from “**Task Scheduler Library**” node:
<img src="images/computer-management.png" alt="Task Scheduler Library illustration" width="1038" height="456" />
<img src="images/computer-management.png" alt="Task Scheduler Library illustration" width="840" height="176" />
- **Task New Content** \[Type = UnicodeString\]: the new [XML](https://msdn.microsoft.com/en-us/library/aa286548.aspx) for the updated task. Here “[XML Task Definition Format](https://msdn.microsoft.com/en-us/library/cc248308.aspx)” you can read more about the XML format for scheduled tasks.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 KiB

After

Width:  |  Height:  |  Size: 31 KiB