-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #885 from Qazeer/NETCLRUsageLogs-update
NETCLRUsageLogs-update
- Loading branch information
Showing
2 changed files
with
45 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,34 @@ | ||
Description: Collect Event logs, Trace logs, Windows Firewall and PowerShell console | ||
Author: Mike Cary, Mark Hallman added the USBDevicelogs target | ||
Version: 1.1 | ||
Id: d4fdd600-15b1-4b78-bc77-88e724861d8d | ||
RecreateDirectories: true | ||
Targets: | ||
- | ||
Name: Windows Event Logs | ||
Category: EventLogs | ||
Path: EventLogs.tkape | ||
- | ||
Name: Event Trace Logs | ||
Category: EventTraceLogs | ||
Path: EventTraceLogs.tkape | ||
- | ||
Name: PowerShell Console Log | ||
Category: PowerShellConsoleLog | ||
Path: PowerShellConsole.tkape | ||
- | ||
Name: Windows Firewall Log | ||
Category: WindowsFirewallLogs | ||
Path: WindowsFirewall.tkape | ||
- | ||
Name: USBDevicesLogs | ||
Category: USB | ||
Path: USBDevicesLogs.tkape | ||
|
||
# Documentation | ||
# v1.1 - Added the USBDevicelogs target | ||
Description: Collect Event logs, Trace logs, Windows Firewall, PowerShell console logs, and .NET CLR UsageLogs | ||
Author: Mike Cary, Mark Hallman added the USBDevicelogs target, Thomas DIOT (Qazeer) added the .NET CLR UsageLogs target | ||
Version: 1.2 | ||
Id: d4fdd600-15b1-4b78-bc77-88e724861d8d | ||
RecreateDirectories: true | ||
Targets: | ||
- | ||
Name: Windows Event Logs | ||
Category: EventLogs | ||
Path: EventLogs.tkape | ||
- | ||
Name: Event Trace Logs | ||
Category: EventTraceLogs | ||
Path: EventTraceLogs.tkape | ||
- | ||
Name: PowerShell Console Log | ||
Category: PowerShellConsoleLog | ||
Path: PowerShellConsole.tkape | ||
- | ||
Name: Windows Firewall Log | ||
Category: WindowsFirewallLogs | ||
Path: WindowsFirewall.tkape | ||
- | ||
Name: USBDevicesLogs | ||
Category: USB | ||
Path: USBDevicesLogs.tkape | ||
- | ||
Name: .NET CLR UsageLogs | ||
Category: .NET CLR UsageLogs | ||
Path: NETCLRUsageLogs.tkape | ||
|
||
# Documentation | ||
# v1.1 - Added the USBDevicelogs target | ||
# v1.2 - Added the .NET CLR UsageLogs target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters