diff --git a/Targets/Compound/Exchange.tkape b/Targets/Compound/Exchange.tkape index 77b8d9dff..d17a3b15b 100644 --- a/Targets/Compound/Exchange.tkape +++ b/Targets/Compound/Exchange.tkape @@ -1,6 +1,6 @@ Description: Exchange Log Files Author: Keith Twombley -Version: 1.0 +Version: 1.1 Id: 1b54aafe-5074-4d45-b129-29107ce7f863 RecreateDirectories: true Targets: @@ -12,6 +12,10 @@ Targets: Name: Exchange TransportRoles log files Category: Logs Path: ExchangeTransport.tkape + - + Name: Exchange Setup log file + Category: Logs + Path: ExchangeSetupLog.tkape # Documentation # N/A diff --git a/Targets/Windows/ExchangeSetupLog.tkape b/Targets/Windows/ExchangeSetupLog.tkape new file mode 100644 index 000000000..782a50cdb --- /dev/null +++ b/Targets/Windows/ExchangeSetupLog.tkape @@ -0,0 +1,16 @@ +Description: Exchange Setup Log +Author: 2thewes +Version: 1.0 +Id: 8becbf27-06bf-460c-a582-868db54359bf +RecreateDirectories: true +Targets: + - + Name: Exchange Setup Log file + Category: Logs + Path: C:\ExchangeSetupLogs\ + FileMask: "ExchangeSetup.log" + Comment: "The Exchange Setup log tracks the progress of every task during the Exchange installation and configuration." + +# Documentation +# https://learn.microsoft.com/en-us/exchange/plan-and-deploy/post-installation-tasks/verify-installation#review-the-windows-application-log-and-the-exchange-setup-log +# https://m365internals.com/2022/10/07/hunting-in-on-premises-exchange-server-logs/ diff --git a/Targets/Apps/ExchangeTransport.tkape b/Targets/Windows/ExchangeTransport.tkape similarity index 100% rename from Targets/Apps/ExchangeTransport.tkape rename to Targets/Windows/ExchangeTransport.tkape