I want to share with you "Exchange TransportAgent" which log the names and size of attachments.
I test this agent on Exchange 2013 CU17 (15.00.1320.004) and Exchange 2016 CU6 (15.01.1034.026).
Download "AttachmentLog TransportAgent for Exchange 2013 CU17"
Download "AttachmentLog TransportAgent for Exchange 2016 CU6"
The location of the folder with logs can be controlled from the file "AttachmentLog.Config.xml"
Example of install:
Example of uninstall:
Check Exchange version:
Example of results:
I test this agent on Exchange 2013 CU17 (15.00.1320.004) and Exchange 2016 CU6 (15.01.1034.026).
Download "AttachmentLog TransportAgent for Exchange 2013 CU17"
Download "AttachmentLog TransportAgent for Exchange 2016 CU6"
The location of the folder with logs can be controlled from the file "AttachmentLog.Config.xml"
Example of install:
001
002 003 004 005 |
$EXDIR="C:\MyAgents\AttachmentLog"
Net Stop MSExchangeTransport Install-TransportAgent -Name "MyAttachmentLog" -AssemblyPath $EXDIR\AttachmentLog.dll -TransportAgentFactory MyAttachmentLog.Exchange.Agents.AttachmentLog.AttachmentLogFactory Enable-TransportAgent -Identity "MyAttachmentLog" Net Start MSExchangeTransport |
Example of uninstall:
001
002 |
Uninstall-TransportAgent -Name "MyAttachmentLog"
Restart-Service MSExchangeTransport |
Check Exchange version:
001
|
Get-Command Exsetup.exe | ForEach{$_.FileVersionInfo}
|
Example of results:
No comments:
Post a Comment