Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PowerShell Transcripts to combined logs #944

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions Targets/Compound/CombinedLogs.tkape
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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
Author: Mike Cary, Mark Hallman added the USBDevicelogs target, Thomas DIOT (Qazeer) added the .NET CLR UsageLogs and PowerShell Transcripts target
Version: 1.3
Id: d4fdd600-15b1-4b78-bc77-88e724861d8d
RecreateDirectories: true
Targets:
Expand All @@ -16,6 +16,10 @@ Targets:
Name: PowerShell Console Log
Category: PowerShellConsoleLog
Path: PowerShellConsole.tkape
-
Name: PowerShell Transcripts
Category: PowerShellTranscripts
Path: PowerShellTranscripts.tkape
-
Name: Windows Firewall Log
Category: WindowsFirewallLogs
Expand All @@ -32,3 +36,4 @@ Targets:
# Documentation
# v1.1 - Added the USBDevicelogs target
# v1.2 - Added the .NET CLR UsageLogs target
# v1.3 - Added the PowerShell Transcripts target
Loading