Skip to content

Releases: AndiBellstedt/ExchangeLogs

ExchangeLogs version 1.3.0.1

19 Nov 00:36
80a116b
Compare
Choose a tag to compare

1.3.0.1 (2020-11-18)

  • No functional changes
  • Fix: Fixing some typos
  • Upd: Add plattform and statistic information to readme file.

ExchangeLogs Version 1.3.0

06 Sep 06:50
9909ced
Compare
Choose a tag to compare

1.3.0 (2020-09-02)

  • New: Invoke-ELCentralizeLogging
    • Workflow function intendet to create a centralized logging directory to gather logfiles (supported by the module) from all exchange servers into a single directory or fileshare and withing a folder structure eligible for further processing.
    • See help for more information
  • New: Invoke-ELExchangeLogConvert
    • Workflow function intendet to parse through a folder structure (staging directory, filled by Invoke-ELCentralizeLogging), find all exchange logfiles (supported by the module) and convert the files into flatten and better read-/processable CSV files.
    • See help for more information
  • Fix: Get-ELExchangeLog
    • Function new can handle logs with multiple metadata lines in the conent. (service restarts or config changes can bring additional header information to W3C logfiles)

ExchangeLogs Version 1.2.4

25 Jul 20:52
225a317
Compare
Choose a tag to compare

1.2.4 (2020-07-25)

  • Fix: Get-ELExchangeLog
    • fixing MailFrom and RcptTo extraction from smtp logs on multiple mail objects in a single session

ExchangeLogs Version 1.2.3

20 Jul 04:32
Compare
Choose a tag to compare

1.2.3 (2020-07-19)

  • Fix: Get-ELExchangeLog
    • Fixing SMTP log transform with mailsize on records with multiple mails
    • SmtpId with wrong information on smtp logs on some circumstances
    • Improved MailFrom and RcptTo extraction from smtp logs in some circumstances
  • Upd: Get-ELExchangeLog
    • New property "FinalSessionStatus" on output object for smtp logs

ExchangeLogs Version 1.2.1.2

11 Jul 19:51
69e8a02
Compare
Choose a tag to compare

1.2.1.2 (2020-07-11)

  • Fix: Get-ELExchangeLog
    • Minor fixes on some logging circumstances were leading to errors -> Now, the function works arround this behaviour
  • Upd: Get-ELExchangeLog
    • POP3 and IMAP logfiles got format data to optimize output to console with Format-List, Format-Table and Out-Gridview
    • Add alias 'gel' on command 'Get-ELExchangeLog'
  • Upd: general
    • add module logo
    • add descriptions and a little bit of documentation