You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.