Skip to content

Update V2.1.0 - Updates & Improvements

Compare
Choose a tag to compare
@JoeyInvictus JoeyInvictus released this 02 Oct 14:27
· 33 commits to main since this release

Get-MessageIDs:

  • Added try/catch to handle errors when attempting to download emails that have already been deleted from the mailbox.

Get-UAL Scripts:

  • Fixed JSON output format to ensure correct and consistent JSON formatting.

AzureADGraphLogs:

  • Merged pull request from @Matthijsy, adding additional details to the acquisition output for audit and sign-in logs.

Graph Sign-in Endpoint Update:

  • Changed to using the beta endpoint for sign-in logs, increasing the number of fields per event from 107 to 299, providing more useful data for analysis.

New Features & Enhancements:

  • Added -mergeoutput flag to Get-UALSpecificActivity, as suggested by @SecurityAura.
  • Added a warning when using the -Download flag in Get-MessageIDs without an active Graph connection, also as suggested by @SecurityAura.