Skip to content

Releases: counteractive/Get-UnifiedAuditLog

v0.2.1

16 Dec 04:05
Compare
Choose a tag to compare

Fixes

  • Corrects an off-by-one counting error in the verbose output (single-result intervals are not returned as arrays, so their .Count property was undefined - but interpreted as 0)

Updates

  • ResultSize parameter was re-added (fixed #1)

v0.2.0

04 Jul 20:05
Compare
Choose a tag to compare
  • Updates the cmdlet to use version 2 of the Exchange PowerShell module.
  • Simplifies the module and does not pre-parse the objects retrieved from Search-UnifiedAuditLog, passes them fully into the pipeline unchanged. This gives users more flexibility and doesn't drop events with malformed JSON in the AuditData field: they can choose how to handle that themselves, and retains access to other object metadata that the user may want.
  • Removes unused parameters.
  • Updates README with examples using the new approach.

v0.1.0

04 Jul 18:32
Compare
Choose a tag to compare

Initial release designed for version 1 of the Exchange PowerShell module.