Update V2.1.0 - Updates & Improvements
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 toGet-UALSpecificActivity
, as suggested by @SecurityAura. - Added a warning when using the
-Download
flag inGet-MessageIDs
without an active Graph connection, also as suggested by @SecurityAura.