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 ExchangeSetup.log target and moves ExchangeTransport.tkape #946

Merged
merged 2 commits into from
Jul 2, 2024
Merged
Show file tree
Hide file tree
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
6 changes: 5 additions & 1 deletion Targets/Compound/Exchange.tkape
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
16 changes: 16 additions & 0 deletions Targets/Windows/ExchangeSetupLog.tkape
Original file line number Diff line number Diff line change
@@ -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/
Loading