Update V2.0.3 - Again some improvements & Bug fixes
General changes:
- Fixed incorrect scope for
Get-Emails
in both the script and documentation. - Added mergeoutput flag for the Audit Logs Graph acquisition method.
- Fixed mergeoutput to generate correct JSON format for Microsoft-Analyzer-Suite.
- Added try/catch in the Activity Logs and Directory Activity Logs authentication flows to catch errors when the user is not connected.
- Removed filter from
Get-AzureDirectoryActivityLogs
to ensure all events are collected. - Fixed a small logic error in
Get-AdminUsers
, preventing errors when removed user IDs are identified in a group. - Added
-ObjectId
parameter toGet-UALGraph
- Added
-ObjectId
parameter to all Unified Audit Log acquisition scripts
Small fixes for Get-MailItemsAccessed
:
- Made
-Download
a switch parameter. - Fixed an issue where the InternetMessageId was not being retrieved correctly from the output.
- Added a try/catch block to handle potential errors as they occur.