Skip to content

Instantly share code, notes, and snippets.

@ffcommax
Created June 26, 2019 09:42
Show Gist options
  • Save ffcommax/782704b20874eb236748a441c43247bf to your computer and use it in GitHub Desktop.
Save ffcommax/782704b20874eb236748a441c43247bf to your computer and use it in GitHub Desktop.
Export-Exchange-Log
Get-TransportService | Get-MessageTrackingLog -resultsize unlimited | export-csv -path c:\users\public\ExchangeLogs.csv
Get-MessageTrackingLog -Server tlex1 ` -Start (Get-Date).AddDays(-1) ` -End (Get-Date) ` -EventId Send
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment