From c6f0bbd14a318bbcfe4268b3c7d7c97e607759d5 Mon Sep 17 00:00:00 2001 From: Qazeer Date: Sun, 16 Jun 2024 01:03:47 +0200 Subject: [PATCH] Add PowerShell Transcripts to combined logs --- Targets/Compound/CombinedLogs.tkape | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Targets/Compound/CombinedLogs.tkape b/Targets/Compound/CombinedLogs.tkape index ade49fa1b..97c92ff15 100644 --- a/Targets/Compound/CombinedLogs.tkape +++ b/Targets/Compound/CombinedLogs.tkape @@ -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: @@ -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 @@ -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