Skip to content

Update V4.0.1 - Bug fixes

Choose a tag to compare

@JoeyInvictus JoeyInvictus released this 21 Oct 06:41
· 38 commits to main since this release
  • Fixed an issue with date parsing on non-US system cultures for Sign-in and Audit Log acquisition (thanks to @pikkunikke).
  • Re-added missing JSONL support to Get-UAL (credit to @Bloggzy) and renamed “operation” to “operations” for consistency with Microsoft documentation and the Get-UALGraph function.
  • Fixed a bug (reported by @Bloggzy) where using the -sofelk parameter together with the -mergeoutput flag caused merged data to lose the sofelk/JSONL format.
  • Removed the legacy Get-OAuthPermissions function that relied on the deprecated AzureAD module.
  • Refactored summary, output, and logging logic into reusable functions, suggested by @Matthijsy,to avoid duplication across scripts. Also made general improvements to Get-OAuthPermissionsGraph.
  • Fixed a typo in the Get-Devices functionality (reported by @0xtter).
  • Added -AuditDataOnly switch for Get-UAL to extract only the AuditData field from Unified Audit Logs, providing cleaner and more focused output.
  • Improved Get-UALGraph to correctly display elapsed time in days when collection spans multiple days.